#9b8719

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

Shades of Hacienda #9B8719

Tints of Hacienda #9B8719

Color information

#9B8719 (or 0x9B8719) is unknown color: approx Hacienda. HEX triplet: 9B, 87 and 19. RGB value is (155,135,25). Sum of RGB (Red+Green+Blue) = 155+135+25=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8719 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8719 is #6478E6. Grayscale: #808080. Windows color (decimal): -6584551 or 1673115. OLE color: 1673115.

HSL color Cylindrical-coordinate representation of color #9B8719: hue angle of 50.77º 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 #9B8719 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.39.

Color convert

RGB15513525-
CMYK00.130.840.39
HSL50.77º72.22%35.29%-
HSV(B)50.77º83.87%60.78%-
XYZ22.3624.374.44-
YUV128.4469.63146.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.21%
GREEN value IS 135 (53.12% from 255) = 42.86%
BLUE value IS 25 (10.16% from 255) = 7.94%
R=49.21%
G=42.86%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.84
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551352500.130.840.3950.7772.2235.29
Hex9B87190D5427334823
Octal23320731015124476311043
Binary1001101110000111110010110110101001001111100111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b8719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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