Html Css Color HEX #9F8231 Hacienda

📋 copy color: '#9F8231'

red 159 ◦ green 130 ◦ blue 49

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

Shades of Hacienda #9F8231

Tints of Hacienda #9F8231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.5%

R = 47.04%
G = 38.46%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#9F8231 (or 0x9F8231) is known color: Hacienda. HEX triplet: 9F, 82 and 31. RGB value is (159,130,49). Sum of RGB (Red+Green+Blue) = 159+130+49=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8231 is #607DCE. Grayscale: #818181. Windows color (decimal): -6323663 or 3244703. OLE color: 3244703.

HSL color Cylindrical-coordinate representation of color #9F8231: hue angle of 44.18º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F8231 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 130 49 -
CMYK 0 0.18 0.69 0.38
HSL 44.18º 0.53% 0.41% -
HSV(B) 44.18º 0.69% 0.62% -
XYZ 22.84 23.56 6.25 -
YUV 129.44 82.61 149.09 -
System Red Green Blue C M Y K H S L
Decimal 159 130 49 0 0.18 0.69 0.38 44.18 0.53 0.41
Hex 9F 82 31 0 12 45 26 2C 35 29
Octal 237 202 61 0 22 105 46 54 65 51
Binary 10011111 10000010 110001 0 10010 1000101 100110 101100 110101 101001

Color Harmonies of #9F8231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8231

Black with #9F8231

Text Example


Text Example

White with #9F8231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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