#9B8412

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

Shades of Hacienda #9B8412

Tints of Hacienda #9B8412

Color information

#9B8412 (or 0x9B8412) is unknown color: approx Hacienda. HEX triplet: 9B, 84 and 12. RGB value is (155,132,18). Sum of RGB (Red+Green+Blue) = 155+132+18=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8412 is #647BED. Grayscale: #7E7E7E. Windows color (decimal): -6585326 or 1213595. OLE color: 1213595.

HSL color Cylindrical-coordinate representation of color #9B8412: hue angle of 49.93º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B8412 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB15513218-
CMYK00.150.880.39
HSL49.93º79.19%33.92%-
HSV(B)49.93º88.39%60.78%-
XYZ21.8823.513.96-
YUV125.8867.12148.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.82%
GREEN value IS 132 (51.95% from 255) = 43.28%
BLUE value IS 18 (7.42% from 255) = 5.90%
R=50.82%
G=43.28%
B=5.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551321800.150.880.3949.9379.1933.92
Hex9B84120F5827324f22
Octal23320422017130476211742
Binary1001101110000100100100111110110001001111100101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B8412; }

 p { color: rgb(155,132,18); }

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

<style>
 a { background-color: #9B8412; }

 a { background-color: rgb(155,132,18); }

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

<style>
 span { border-color: #9B8412; }

 span { border-color: rgb(155,132,18); }

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