#9C3A24

Color #9C3A24 Tia Maria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tia Maria #9C3A24

Tints of Tia Maria #9C3A24

Color information

#9C3A24 (or 0x9C3A24) is unknown color: approx Tia Maria. HEX triplet: 9C, 3A and 24. RGB value is (156,58,36). Sum of RGB (Red+Green+Blue) = 156+58+36=250 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.4% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3A24 is #63C5DB. Grayscale: #545454. Windows color (decimal): -6538716 or 2374300. OLE color: 2374300.

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

Color convert

RGB1565836-
CMYK00.630.770.39
HSL11º62.5%37.65%-
HSV(B)11º76.92%61.18%-
XYZ15.5410.222.82-
YUV84.79100.47178.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 62.4%
GREEN value IS 58 (23.05% from 255) = 23.2%
BLUE value IS 36 (14.45% from 255) = 14.4%
R=62.4%
G=23.2%
B=14.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.77
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156583600.630.770.391162.537.65
Hex9C3A2403F4D27b3e26
Octal234724407711547137646
Binary10011100111010100100011111110011011001111011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,58,36); }

 H1.HeaderClassName
 {
   color: #9C3A24;
 }
 .AnyTagClassName
 {
   color: #9C3A24;
 }
</style>
background-color css

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

 a { background-color: rgb(156,58,36); }

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

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

 span { border-color: rgb(156,58,36); }

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