#9B7D17

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

Shades of Hacienda #9B7D17

Tints of Hacienda #9B7D17

Color information

#9B7D17 (or 0x9B7D17) is unknown color: approx Hacienda. HEX triplet: 9B, 7D and 17. RGB value is (155,125,23). Sum of RGB (Red+Green+Blue) = 155+125+23=303 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.16% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7D17 is #6482E8. Grayscale: #7A7A7A. Windows color (decimal): -6587113 or 1539483. OLE color: 1539483.

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

Color convert

RGB15512523-
CMYK00.190.850.39
HSL46.36º74.16%34.9%-
HSV(B)46.36º85.16%60.78%-
XYZ21.0121.73.89-
YUV122.3471.94151.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.16%
GREEN value IS 125 (49.22% from 255) = 41.25%
BLUE value IS 23 (9.38% from 255) = 7.59%
R=51.16%
G=41.25%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551252300.190.850.3946.3674.1634.9
Hex9B7D1701355272e4a23
Octal23317527023125475611243
Binary1001101111111011011101001110101011001111011101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,125,23); }

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

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

 a { background-color: rgb(155,125,23); }

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

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

 span { border-color: rgb(155,125,23); }

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