#9B8319

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

Shades of Hacienda #9B8319

Tints of Hacienda #9B8319

Color information

#9B8319 (or 0x9B8319) is unknown color: approx Hacienda. HEX triplet: 9B, 83 and 19. RGB value is (155,131,25). Sum of RGB (Red+Green+Blue) = 155+131+25=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8319 is #647CE6. Grayscale: #7E7E7E. Windows color (decimal): -6585575 or 1672091. OLE color: 1672091.

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

Color convert

RGB15513125-
CMYK00.150.840.39
HSL48.92º72.22%35.29%-
HSV(B)48.92º83.87%60.78%-
XYZ21.8123.274.26-
YUV126.0970.95148.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.84%
GREEN value IS 131 (51.56% from 255) = 42.12%
BLUE value IS 25 (10.16% from 255) = 8.04%
R=49.84%
G=42.12%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.84
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551312500.150.840.3948.9272.2235.29
Hex9B83190F5427314823
Octal23320331017124476111043
Binary1001101110000011110010111110101001001111100011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,131,25); }

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

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

 a { background-color: rgb(155,131,25); }

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

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

 span { border-color: rgb(155,131,25); }

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