Html Css Color HEX #9C3C20 Tia Maria

📋 copy color: '#9C3C20'

red 156 ◦ green 60 ◦ blue 32

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

Shades of Tia Maria #9C3C20

Tints of Tia Maria #9C3C20

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.19%

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

R = 62.9%
G = 24.19%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9C3C20 (or 0x9C3C20) is known color: Tia Maria. HEX triplet: 9C, 3C and 20. RGB value is (156,60,32). Sum of RGB (Red+Green+Blue) = 156+60+32=248 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.90% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3C20 is #63C3DF. Grayscale: #555555. Windows color (decimal): -6538208 or 2112668. OLE color: 2112668.

HSL color Cylindrical-coordinate representation of color #9C3C20: hue angle of 13.55º 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 #9C3C20 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 60 32 -
CMYK 0 0.62 0.79 0.39
HSL 13.55º 0.66% 0.37% -
HSV(B) 13.55º 0.79% 0.61% -
XYZ 15.59 10.4 2.55 -
YUV 85.51 97.8 178.28 -
System Red Green Blue C M Y K H S L
Decimal 156 60 32 0 0.62 0.79 0.39 13.55 0.66 0.37
Hex 9C 3C 20 0 3E 4F 27 E 42 25
Octal 234 74 40 0 76 117 47 16 102 45
Binary 10011100 111100 100000 0 111110 1001111 100111 1110 1000010 100101

Color Harmonies of #9C3C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3C20

Black with #9C3C20

Text Example


Text Example

White with #9C3C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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