Html Css Color HEX #9F802F Hacienda

📋 copy color: '#9F802F'

red 159 ◦ green 128 ◦ blue 47

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

Shades of Hacienda #9F802F

Tints of Hacienda #9F802F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.32%

 BLUE value IS 47 (18.75% from 255) = 14.07%

R = 47.6%
G = 38.32%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#9F802F (or 0x9F802F) is known color: Hacienda. HEX triplet: 9F, 80 and 2F. RGB value is (159,128,47). Sum of RGB (Red+Green+Blue) = 159+128+47=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F802F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F802F is #607FD0. Grayscale: #808080. Windows color (decimal): -6324177 or 3113119. OLE color: 3113119.

HSL color Cylindrical-coordinate representation of color #9F802F: hue angle of 43.39º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F802F is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 128 47 -
CMYK 0 0.19 0.70 0.38
HSL 43.39º 0.54% 0.4% -
HSV(B) 43.39º 0.7% 0.62% -
XYZ 22.53 23.01 5.94 -
YUV 128.04 82.27 150.09 -
System Red Green Blue C M Y K H S L
Decimal 159 128 47 0 0.19 0.70 0.38 43.39 0.54 0.4
Hex 9F 80 2F 0 13 46 26 2B 36 28
Octal 237 200 57 0 23 106 46 53 66 50
Binary 10011111 10000000 101111 0 10011 1000110 100110 101011 110110 101000

Color Harmonies of #9F802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F802F

Black with #9F802F

Text Example


Text Example

White with #9F802F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,128,47); }

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

background-color css

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

 a { background-color: rgb(159,128,47); }

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

border-color css

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

 span { border-color: rgb(159,128,47); }

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