Html Css Color HEX #9C8328 Hacienda

📋 copy color: '#9C8328'

red 156 ◦ green 131 ◦ blue 40

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

Shades of Hacienda #9C8328

Tints of Hacienda #9C8328

RGB

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

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

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

R = 47.71%
G = 40.06%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#9C8328 (or 0x9C8328) is known color: Hacienda. HEX triplet: 9C, 83 and 28. RGB value is (156,131,40). Sum of RGB (Red+Green+Blue) = 156+131+40=327 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.71% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8328 is #637CD7. Grayscale: #808080. Windows color (decimal): -6520024 or 2655132. OLE color: 2655132.

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

Color convert

RGB 156 131 40 -
CMYK 0 0.16 0.74 0.39
HSL 47.07º 0.59% 0.38% -
HSV(B) 47.07º 0.74% 0.61% -
XYZ 22.21 23.45 5.36 -
YUV 128.1 78.28 147.9 -
System Red Green Blue C M Y K H S L
Decimal 156 131 40 0 0.16 0.74 0.39 47.07 0.59 0.38
Hex 9C 83 28 0 10 4A 27 2F 3B 26
Octal 234 203 50 0 20 112 47 57 73 46
Binary 10011100 10000011 101000 0 10000 1001010 100111 101111 111011 100110

Color Harmonies of #9C8328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8328

Black with #9C8328

Text Example


Text Example

White with #9C8328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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