#9B7F08

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

Shades of Hacienda #9B7F08

Tints of Hacienda #9B7F08

Color information

#9B7F08 (or 0x9B7F08) is unknown color: approx Hacienda. HEX triplet: 9B, 7F and 08. RGB value is (155,127,8). Sum of RGB (Red+Green+Blue) = 155+127+8=290 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.45% from 290); Green value is 127 (50% from 255 or 43.79% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7F08 is #6480F7. Grayscale: #7A7A7A. Windows color (decimal): -6586616 or 556955. OLE color: 556955.

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

Color convert

RGB1551278-
CMYK00.180.950.39
HSL48.57º90.18%31.96%-
HSV(B)48.57º94.84%60.78%-
XYZ21.1522.163.39-
YUV121.8163.78151.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.45%
GREEN value IS 127 (50% from 255) = 43.79%
BLUE value IS 8 (3.52% from 255) = 2.76%
R=53.45%
G=43.79%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155127800.180.950.3948.5790.1831.96
Hex9B7F80125F27315a20
Octal23317710022137476113240
Binary100110111111111100001001010111111001111100011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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