#9B7824

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

Shades of Hacienda #9B7824

Tints of Hacienda #9B7824

Color information

#9B7824 (or 0x9B7824) is unknown color: approx Hacienda. HEX triplet: 9B, 78 and 24. RGB value is (155,120,36). Sum of RGB (Red+Green+Blue) = 155+120+36=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7824 is #6487DB. Grayscale: #797979. Windows color (decimal): -6588380 or 2390171. OLE color: 2390171.

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

Color convert

RGB15512036-
CMYK00.230.770.39
HSL42.35º62.3%37.45%-
HSV(B)42.35º76.77%60.78%-
XYZ20.5520.534.55-
YUV120.8980.1152.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.84%
GREEN value IS 120 (47.27% from 255) = 38.59%
BLUE value IS 36 (14.45% from 255) = 11.58%
R=49.84%
G=38.59%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.77
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551203600.230.770.3942.3562.337.45
Hex9B78240174D272a3e25
Octal2331704402711547527645
Binary1001101111110001001000101111001101100111101010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,120,36); }

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

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

 a { background-color: rgb(155,120,36); }

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

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

 span { border-color: rgb(155,120,36); }

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