Html Css Color HEX #9F8028 Hacienda

📋 copy color: '#9F8028'

red 159 ◦ green 128 ◦ blue 40

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

Shades of Hacienda #9F8028

Tints of Hacienda #9F8028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.23%

R = 48.62%
G = 39.14%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#9F8028 (or 0x9F8028) is known color: Hacienda. HEX triplet: 9F, 80 and 28. RGB value is (159,128,40). Sum of RGB (Red+Green+Blue) = 159+128+40=327 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.62% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8028 is #607FD7. Grayscale: #7F7F7F. Windows color (decimal): -6324184 or 2654367. OLE color: 2654367.

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

Color convert

RGB 159 128 40 -
CMYK 0 0.19 0.75 0.38
HSL 44.37º 0.6% 0.39% -
HSV(B) 44.37º 0.75% 0.62% -
XYZ 22.4 22.96 5.26 -
YUV 127.24 78.77 150.66 -
System Red Green Blue C M Y K H S L
Decimal 159 128 40 0 0.19 0.75 0.38 44.37 0.6 0.39
Hex 9F 80 28 0 13 4B 26 2C 3C 27
Octal 237 200 50 0 23 113 46 54 74 47
Binary 10011111 10000000 101000 0 10011 1001011 100110 101100 111100 100111

Color Harmonies of #9F8028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8028

Black with #9F8028

Text Example


Text Example

White with #9F8028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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