#9B7F28

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

Shades of Hacienda #9B7F28

Tints of Hacienda #9B7F28

Color information

#9B7F28 (or 0x9B7F28) is unknown color: approx Hacienda. HEX triplet: 9B, 7F and 28. RGB value is (155,127,40). Sum of RGB (Red+Green+Blue) = 155+127+40=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7F28 is #6480D7. Grayscale: #7D7D7D. Windows color (decimal): -6586584 or 2654107. OLE color: 2654107.

HSL color Cylindrical-coordinate representation of color #9B7F28: hue angle of 45.39º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B7F28 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB15512740-
CMYK00.180.740.39
HSL45.39º58.97%38.24%-
HSV(B)45.39º74.19%60.78%-
XYZ21.4922.35.18-
YUV125.4579.78149.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.14%
GREEN value IS 127 (50% from 255) = 39.44%
BLUE value IS 40 (16.02% from 255) = 12.42%
R=48.14%
G=39.44%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551274000.180.740.3945.3958.9738.24
Hex9B7F280124A272d3b26
Octal2331775002211247557346
Binary1001101111111111010000100101001010100111101101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,127,40); }

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

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

 a { background-color: rgb(155,127,40); }

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

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

 span { border-color: rgb(155,127,40); }

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