Html Css Color HEX #9F8323 Hacienda

📋 copy color: '#9F8323'

red 159 ◦ green 131 ◦ blue 35

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

Shades of Hacienda #9F8323

Tints of Hacienda #9F8323

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.31%

 BLUE value IS 35 (14.06% from 255) = 10.77%

R = 48.92%
G = 40.31%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9F8323 (or 0x9F8323) is known color: Hacienda. HEX triplet: 9F, 83 and 23. RGB value is (159,131,35). Sum of RGB (Red+Green+Blue) = 159+131+35=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 35 (14.06% from 255 or 10.77% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8323 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8323 is #607CDC. Grayscale: #808080. Windows color (decimal): -6323421 or 2327455. OLE color: 2327455.

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

Color convert

RGB 159 131 35 -
CMYK 0 0.18 0.78 0.38
HSL 46.45º 0.64% 0.38% -
HSV(B) 46.45º 0.78% 0.62% -
XYZ 22.72 23.72 4.97 -
YUV 128.43 75.28 149.81 -
System Red Green Blue C M Y K H S L
Decimal 159 131 35 0 0.18 0.78 0.38 46.45 0.64 0.38
Hex 9F 83 23 0 12 4E 26 2E 40 26
Octal 237 203 43 0 22 116 46 56 100 46
Binary 10011111 10000011 100011 0 10010 1001110 100110 101110 1000000 100110

Color Harmonies of #9F8323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8323

Black with #9F8323

Text Example


Text Example

White with #9F8323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,131,35); }

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

background-color css

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

 a { background-color: rgb(159,131,35); }

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

border-color css

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

 span { border-color: rgb(159,131,35); }

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