Html Css Color HEX #9C8320 Hacienda

📋 copy color: '#9C8320'

red 156 ◦ green 131 ◦ blue 32

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

Shades of Hacienda #9C8320

Tints of Hacienda #9C8320

RGB

 RED value IS 156 (61.33% from 255) = 48.9%

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

 BLUE value IS 32 (12.89% from 255) = 10.03%

R = 48.9%
G = 41.07%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9C8320 (or 0x9C8320) is known color: Hacienda. HEX triplet: 9C, 83 and 20. RGB value is (156,131,32). Sum of RGB (Red+Green+Blue) = 156+131+32=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8320 is #637CDF. Grayscale: #7F7F7F. Windows color (decimal): -6520032 or 2130844. OLE color: 2130844.

HSL color Cylindrical-coordinate representation of color #9C8320: hue angle of 47.9º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C8320 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 131 32 -
CMYK 0 0.16 0.79 0.39
HSL 47.9º 0.66% 0.37% -
HSV(B) 47.9º 0.79% 0.61% -
XYZ 22.09 23.4 4.72 -
YUV 127.19 74.28 148.55 -
System Red Green Blue C M Y K H S L
Decimal 156 131 32 0 0.16 0.79 0.39 47.9 0.66 0.37
Hex 9C 83 20 0 10 4F 27 30 42 25
Octal 234 203 40 0 20 117 47 60 102 45
Binary 10011100 10000011 100000 0 10000 1001111 100111 110000 1000010 100101

Color Harmonies of #9C8320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8320

Black with #9C8320

Text Example


Text Example

White with #9C8320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,131,32); }

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

background-color css

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

 a { background-color: rgb(156,131,32); }

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

border-color css

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

 span { border-color: rgb(156,131,32); }

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