#9b7f26

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

Shades of Hacienda #9B7F26

Tints of Hacienda #9B7F26

Color information

#9B7F26 (or 0x9B7F26) is unknown color: approx Hacienda. HEX triplet: 9B, 7F and 26. RGB value is (155,127,38). Sum of RGB (Red+Green+Blue) = 155+127+38=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 38 (15.23% from 255 or 11.88% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7F26 is #6480D9. Grayscale: #7D7D7D. Windows color (decimal): -6586586 or 2523035. OLE color: 2523035.

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

Color convert

RGB15512738-
CMYK00.180.750.39
HSL45.64º60.62%37.84%-
HSV(B)45.64º75.48%60.78%-
XYZ21.4622.295-
YUV125.2378.78149.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.44%
GREEN value IS 127 (50% from 255) = 39.69%
BLUE value IS 38 (15.23% from 255) = 11.88%
R=48.44%
G=39.69%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551273800.180.750.3945.6460.6237.84
Hex9B7F260124B272e3d26
Octal2331774602211347567546
Binary1001101111111111001100100101001011100111101110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b7f26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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