#9B792B

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

Shades of Hacienda #9B792B

Tints of Hacienda #9B792B

Color information

#9B792B (or 0x9B792B) is unknown color: approx Hacienda. HEX triplet: 9B, 79 and 2B. RGB value is (155,121,43). Sum of RGB (Red+Green+Blue) = 155+121+43=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B792B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B792B is #6486D4. Grayscale: #7A7A7A. Windows color (decimal): -6588117 or 2849179. OLE color: 2849179.

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

Color convert

RGB15512143-
CMYK00.220.720.39
HSL41.79º56.57%38.82%-
HSV(B)41.79º72.26%60.78%-
XYZ20.7920.825.21-
YUV122.2783.26151.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.59%
GREEN value IS 121 (47.66% from 255) = 37.93%
BLUE value IS 43 (17.19% from 255) = 13.48%
R=48.59%
G=37.93%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551214300.220.720.3941.7956.5738.82
Hex9B792B01648272a3927
Octal2331715302611047527147
Binary1001101111110011010110101101001000100111101010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B792B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,121,43); }

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

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

 a { background-color: rgb(155,121,43); }

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

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

 span { border-color: rgb(155,121,43); }

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