#9B7D14

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

Shades of Hacienda #9B7D14

Tints of Hacienda #9B7D14

Color information

#9B7D14 (or 0x9B7D14) is unknown color: approx Hacienda. HEX triplet: 9B, 7D and 14. RGB value is (155,125,20). Sum of RGB (Red+Green+Blue) = 155+125+20=300 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.67% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7D14 is #6482EB. Grayscale: #7A7A7A. Windows color (decimal): -6587116 or 1342875. OLE color: 1342875.

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

Color convert

RGB15512520-
CMYK00.190.870.39
HSL46.67º77.14%34.31%-
HSV(B)46.67º87.1%60.78%-
XYZ20.9821.693.74-
YUV12270.44151.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.67%
GREEN value IS 125 (49.22% from 255) = 41.67%
BLUE value IS 20 (8.20% from 255) = 6.67%
R=51.67%
G=41.67%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551252000.190.870.3946.6777.1434.31
Hex9B7D1401357272f4d22
Octal23317524023127475711542
Binary1001101111111011010001001110101111001111011111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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