#9B880D

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

Shades of Hacienda #9B880D

Tints of Hacienda #9B880D

Color information

#9B880D (or 0x9B880D) is unknown color: approx Hacienda. HEX triplet: 9B, 88 and 0D. RGB value is (155,136,13). Sum of RGB (Red+Green+Blue) = 155+136+13=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B880D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B880D is #6477F2. Grayscale: #808080. Windows color (decimal): -6584307 or 886939. OLE color: 886939.

HSL color Cylindrical-coordinate representation of color #9B880D: hue angle of 51.97º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B880D is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB15513613-
CMYK00.120.920.39
HSL51.97º84.52%32.94%-
HSV(B)51.97º91.61%60.78%-
XYZ22.3924.613.95-
YUV127.6663.29147.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.99%
GREEN value IS 136 (53.52% from 255) = 44.74%
BLUE value IS 13 (5.47% from 255) = 4.28%
R=50.99%
G=44.74%
B=4.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551361300.120.920.3951.9784.5232.94
Hex9B88D0C5C27345521
Octal23321015014134476412541
Binary100110111000100011010110010111001001111101001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B880D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,136,13); }

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

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

 a { background-color: rgb(155,136,13); }

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

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

 span { border-color: rgb(155,136,13); }

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