#947B0A

Color #947B0A Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #947B0A

Tints of Hacienda #947B0A

Color information

#947B0A (or 0x947B0A) is unknown color: approx Hacienda. HEX triplet: 94, 7B and 0A. RGB value is (148,123,10). Sum of RGB (Red+Green+Blue) = 148+123+10=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 123 (48.44% from 255 or 43.77% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #947B0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947B0A is #6B84F5. Grayscale: #767676. Windows color (decimal): -7046390 or 686996. OLE color: 686996.

HSL color Cylindrical-coordinate representation of color #947B0A: hue angle of 49.13º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #947B0A is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB14812310-
CMYK00.170.930.42
HSL49.13º87.34%30.98%-
HSV(B)49.13º93.24%58.04%-
XYZ19.3520.483.22-
YUV117.5967.28149.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 52.67%
GREEN value IS 123 (48.44% from 255) = 43.77%
BLUE value IS 10 (4.30% from 255) = 3.56%
R=52.67%
G=43.77%
B=3.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481231000.170.930.4249.1387.3430.98
Hex947BA0115D2A31571f
Octal22417312021135526112737
Binary10010100111101110100100011011101101010110001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947B0A; }

 p { color: rgb(148,123,10); }

 H1.HeaderClassName
 {
   color: #947B0A;
 }
 .AnyTagClassName
 {
   color: #947B0A;
 }
</style>
background-color css

<style>
 a { background-color: #947B0A; }

 a { background-color: rgb(148,123,10); }

 div.DivClassName
 {
   background-color: #947B0A;
 }
 .BgClassName
 {
   background-color: #947B0A;
 }
</style>
border-color css

<style>
 span { border-color: #947B0A; }

 span { border-color: rgb(148,123,10); }

 td.TdClassName
 {
   border-color: #947B0A;
 }
 .TagClassName
 {
   border-color: #947B0A;
 }
</style>