Html Css Color HEX #9C880C Hacienda

📋 copy color: '#9C880C'

red 156 ◦ green 136 ◦ blue 12

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

Shades of Hacienda #9C880C

Tints of Hacienda #9C880C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.74%

 BLUE value IS 12 (5.08% from 255) = 3.95%

R = 51.32%
G = 44.74%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9C880C (or 0x9C880C) is known color: Hacienda. HEX triplet: 9C, 88 and 0C. RGB value is (156,136,12). Sum of RGB (Red+Green+Blue) = 156+136+12=304 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.32% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 156 - color contains mainly: red. Hex color #9C880C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C880C is #6377F3. Grayscale: #808080. Windows color (decimal): -6518772 or 821404. OLE color: 821404.

HSL color Cylindrical-coordinate representation of color #9C880C: hue angle of 51.67º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C880C is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 136 12 -
CMYK 0 0.13 0.92 0.39
HSL 51.67º 0.86% 0.33% -
HSV(B) 51.67º 0.92% 0.61% -
XYZ 22.58 24.7 3.93 -
YUV 127.84 62.63 148.08 -
System Red Green Blue C M Y K H S L
Decimal 156 136 12 0 0.13 0.92 0.39 51.67 0.86 0.33
Hex 9C 88 C 0 D 5C 27 34 56 21
Octal 234 210 14 0 15 134 47 64 126 41
Binary 10011100 10001000 1100 0 1101 1011100 100111 110100 1010110 100001

Color Harmonies of #9C880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C880C

Black with #9C880C

Text Example


Text Example

White with #9C880C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,136,12); }

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

background-color css

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

 a { background-color: rgb(156,136,12); }

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

border-color css

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

 span { border-color: rgb(156,136,12); }

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