Html Css Color HEX #9F7D08 Hacienda

📋 copy color: '#9F7D08'

red 159 ◦ green 125 ◦ blue 8

#9F7D08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hacienda #9F7D08

Tints of Hacienda #9F7D08

RGB

 RED value IS 159 (62.5% from 255) = 54.45%

 GREEN value IS 125 (49.22% from 255) = 42.81%

 BLUE value IS 8 (3.52% from 255) = 2.74%

R = 54.45%
G = 42.81%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.38

RGB Variations

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

Color information

#9F7D08 (or 0x9F7D08) is known color: Hacienda. HEX triplet: 9F, 7D and 08. RGB value is (159,125,8). Sum of RGB (Red+Green+Blue) = 159+125+8=292 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.45% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7D08 is #6082F7. Grayscale: #7A7A7A. Windows color (decimal): -6324984 or 556447. OLE color: 556447.

HSL color Cylindrical-coordinate representation of color #9F7D08: hue angle of 46.49º 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 #9F7D08 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 125 8 -
CMYK 0 0.21 0.95 0.38
HSL 46.49º 0.9% 0.33% -
HSV(B) 46.49º 0.95% 0.62% -
XYZ 21.68 22.06 3.34 -
YUV 121.83 63.76 154.51 -
System Red Green Blue C M Y K H S L
Decimal 159 125 8 0 0.21 0.95 0.38 46.49 0.9 0.33
Hex 9F 7D 8 0 15 5F 26 2E 5A 21
Octal 237 175 10 0 25 137 46 56 132 41
Binary 10011111 1111101 1000 0 10101 1011111 100110 101110 1011010 100001

Color Harmonies of #9F7D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7D08

Black with #9F7D08

Text Example


Text Example

White with #9F7D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F7D08;
 }
 .AnyTagClassName
 {
   color: #9F7D08;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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