#9B7A2C

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

Shades of Hacienda #9B7A2C

Tints of Hacienda #9B7A2C

Color information

#9B7A2C (or 0x9B7A2C) is unknown color: approx Hacienda. HEX triplet: 9B, 7A and 2C. RGB value is (155,122,44). Sum of RGB (Red+Green+Blue) = 155+122+44=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7A2C is #6485D3. Grayscale: #7B7B7B. Windows color (decimal): -6587860 or 2914971. OLE color: 2914971.

HSL color Cylindrical-coordinate representation of color #9B7A2C: hue angle of 42.16º degrees, saturation: 0.56, 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 #9B7A2C is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB15512244-
CMYK00.210.720.39
HSL42.16º55.78%39.02%-
HSV(B)42.16º71.61%60.78%-
XYZ20.9321.075.35-
YUV122.9883.43150.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.29%
GREEN value IS 122 (48.05% from 255) = 38.01%
BLUE value IS 44 (17.58% from 255) = 13.71%
R=48.29%
G=38.01%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551224400.210.720.3942.1655.7839.02
Hex9B7A2C01548272a3827
Octal2331725402511047527047
Binary1001101111110101011000101011001000100111101010111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,122,44); }

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

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

 a { background-color: rgb(155,122,44); }

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

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

 span { border-color: rgb(155,122,44); }

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