Html Css Color HEX #9F801E Hacienda

📋 copy color: '#9F801E'

red 159 ◦ green 128 ◦ blue 30

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

Shades of Hacienda #9F801E

Tints of Hacienda #9F801E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.46%

R = 50.16%
G = 40.38%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9F801E (or 0x9F801E) is known color: Hacienda. HEX triplet: 9F, 80 and 1E. RGB value is (159,128,30). Sum of RGB (Red+Green+Blue) = 159+128+30=317 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.16% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 159 - color contains mainly: red. Hex color #9F801E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F801E is #607FE1. Grayscale: #7E7E7E. Windows color (decimal): -6324194 or 1999007. OLE color: 1999007.

HSL color Cylindrical-coordinate representation of color #9F801E: hue angle of 45.58º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F801E is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 128 30 -
CMYK 0 0.19 0.81 0.38
HSL 45.58º 0.68% 0.37% -
HSV(B) 45.58º 0.81% 0.62% -
XYZ 22.25 22.9 4.48 -
YUV 126.1 73.77 151.47 -
System Red Green Blue C M Y K H S L
Decimal 159 128 30 0 0.19 0.81 0.38 45.58 0.68 0.37
Hex 9F 80 1E 0 13 51 26 2E 44 25
Octal 237 200 36 0 23 121 46 56 104 45
Binary 10011111 10000000 11110 0 10011 1010001 100110 101110 1000100 100101

Color Harmonies of #9F801E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F801E

Black with #9F801E

Text Example


Text Example

White with #9F801E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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