#9B7C2A

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

Shades of Hacienda #9B7C2A

Tints of Hacienda #9B7C2A

Color information

#9B7C2A (or 0x9B7C2A) is unknown color: approx Hacienda. HEX triplet: 9B, 7C and 2A. RGB value is (155,124,42). Sum of RGB (Red+Green+Blue) = 155+124+42=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 42 (16.80% from 255 or 13.08% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7C2A is #6483D5. Grayscale: #7C7C7C. Windows color (decimal): -6587350 or 2784411. OLE color: 2784411.

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

Color convert

RGB15512442-
CMYK00.20.730.39
HSL43.54º57.36%38.63%-
HSV(B)43.54º72.9%60.78%-
XYZ21.1421.555.24-
YUV123.9281.77150.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.29%
GREEN value IS 124 (48.83% from 255) = 38.63%
BLUE value IS 42 (16.80% from 255) = 13.08%
R=48.29%
G=38.63%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551244200.20.730.3943.5457.3638.63
Hex9B7C2A01449272c3927
Octal2331745202411147547147
Binary1001101111111001010100101001001001100111101100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,124,42); }

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

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

 a { background-color: rgb(155,124,42); }

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

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

 span { border-color: rgb(155,124,42); }

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