#9F7B08

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

Shades of Hacienda #9F7B08

Tints of Hacienda #9F7B08

Color information

#9F7B08 (or 0x9F7B08) is unknown color: approx Hacienda. HEX triplet: 9F, 7B and 08. RGB value is (159,123,8). Sum of RGB (Red+Green+Blue) = 159+123+8=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7B08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7B08 is #6084F7. Grayscale: #797979. Windows color (decimal): -6325496 or 555935. OLE color: 555935.

HSL color Cylindrical-coordinate representation of color #9F7B08: hue angle of 45.7º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F7B08 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.38.

Color convert

RGB1591238-
CMYK00.230.950.38
HSL45.7º90.42%32.75%-
HSV(B)45.7º94.97%62.35%-
XYZ21.4221.553.26-
YUV120.6564.43155.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.83%
GREEN value IS 123 (48.44% from 255) = 42.41%
BLUE value IS 8 (3.52% from 255) = 2.76%
R=54.83%
G=42.41%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159123800.230.950.3845.790.4232.75
Hex9F7B80175F262e5a21
Octal23717310027137465613241
Binary100111111111011100001011110111111001101011101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,123,8); }

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

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

 a { background-color: rgb(159,123,8); }

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

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

 span { border-color: rgb(159,123,8); }

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