Html Css Color HEX #9F8227 Hacienda

📋 copy color: '#9F8227'

red 159 ◦ green 130 ◦ blue 39

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

Shades of Hacienda #9F8227

Tints of Hacienda #9F8227

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.63%

 BLUE value IS 39 (15.63% from 255) = 11.89%

R = 48.48%
G = 39.63%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#9F8227 (or 0x9F8227) is known color: Hacienda. HEX triplet: 9F, 82 and 27. RGB value is (159,130,39). Sum of RGB (Red+Green+Blue) = 159+130+39=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8227 is #607DD8. Grayscale: #808080. Windows color (decimal): -6323673 or 2589343. OLE color: 2589343.

HSL color Cylindrical-coordinate representation of color #9F8227: hue angle of 45.5º degrees, saturation: 0.61, 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 #9F8227 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 130 39 -
CMYK 0 0.18 0.75 0.38
HSL 45.5º 0.61% 0.39% -
HSV(B) 45.5º 0.75% 0.62% -
XYZ 22.65 23.48 5.26 -
YUV 128.3 77.61 149.9 -
System Red Green Blue C M Y K H S L
Decimal 159 130 39 0 0.18 0.75 0.38 45.5 0.61 0.39
Hex 9F 82 27 0 12 4B 26 2E 3D 27
Octal 237 202 47 0 22 113 46 56 75 47
Binary 10011111 10000010 100111 0 10010 1001011 100110 101110 111101 100111

Color Harmonies of #9F8227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8227

Black with #9F8227

Text Example


Text Example

White with #9F8227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,130,39); }

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

background-color css

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

 a { background-color: rgb(159,130,39); }

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

border-color css

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

 span { border-color: rgb(159,130,39); }

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