Html Css Color HEX #9F8328 Hacienda

📋 copy color: '#9F8328'

red 159 ◦ green 131 ◦ blue 40

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

Shades of Hacienda #9F8328

Tints of Hacienda #9F8328

RGB

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

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

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

R = 48.18%
G = 39.7%
B = 12.12%

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

#9F8328 (or 0x9F8328) is known color: Hacienda. HEX triplet: 9F, 83 and 28. RGB value is (159,131,40). Sum of RGB (Red+Green+Blue) = 159+131+40=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8328 is #607CD7. Grayscale: #818181. Windows color (decimal): -6323416 or 2655135. OLE color: 2655135.

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

Color convert

RGB 159 131 40 -
CMYK 0 0.18 0.75 0.38
HSL 45.88º 0.6% 0.39% -
HSV(B) 45.88º 0.75% 0.62% -
XYZ 22.8 23.76 5.39 -
YUV 129 77.78 149.4 -
System Red Green Blue C M Y K H S L
Decimal 159 131 40 0 0.18 0.75 0.38 45.88 0.6 0.39
Hex 9F 83 28 0 12 4B 26 2E 3C 27
Octal 237 203 50 0 22 113 46 56 74 47
Binary 10011111 10000011 101000 0 10010 1001011 100110 101110 111100 100111

Color Harmonies of #9F8328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8328

Black with #9F8328

Text Example


Text Example

White with #9F8328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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