#9B7E05

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

Shades of Hacienda #9B7E05

Tints of Hacienda #9B7E05

Color information

#9B7E05 (or 0x9B7E05) is unknown color: approx Hacienda. HEX triplet: 9B, 7E and 05. RGB value is (155,126,5). Sum of RGB (Red+Green+Blue) = 155+126+5=286 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.20% from 286); Green value is 126 (49.61% from 255 or 44.06% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7E05 is #6481FA. Grayscale: #797979. Windows color (decimal): -6586875 or 360091. OLE color: 360091.

HSL color Cylindrical-coordinate representation of color #9B7E05: hue angle of 48.4º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B7E05 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB1551265-
CMYK00.190.970.39
HSL48.4º93.75%31.37%-
HSV(B)48.4º96.77%60.78%-
XYZ21.0121.93.26-
YUV120.8862.61152.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.20%
GREEN value IS 126 (49.61% from 255) = 44.06%
BLUE value IS 5 (2.34% from 255) = 1.75%
R=54.20%
G=44.06%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.97
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155126500.190.970.3948.493.7531.37
Hex9B7E50136127305e1f
Octal2331765023141476013637
Binary1001101111111101010100111100001100111110000101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,126,5); }

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

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

 a { background-color: rgb(155,126,5); }

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

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

 span { border-color: rgb(155,126,5); }

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