#9C3A20

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

Shades of Tia Maria #9C3A20

Tints of Tia Maria #9C3A20

Color information

#9C3A20 (or 0x9C3A20) is unknown color: approx Tia Maria. HEX triplet: 9C, 3A and 20. RGB value is (156,58,32). Sum of RGB (Red+Green+Blue) = 156+58+32=246 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.41% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3A20 is #63C5DF. Grayscale: #545454. Windows color (decimal): -6538720 or 2112156. OLE color: 2112156.

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

Color convert

RGB1565832-
CMYK00.630.790.39
HSL12.58º65.96%36.86%-
HSV(B)12.58º79.49%61.18%-
XYZ15.4810.22.52-
YUV84.3498.47179.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 63.41%
GREEN value IS 58 (23.05% from 255) = 23.58%
BLUE value IS 32 (12.89% from 255) = 13.01%
R=63.41%
G=23.58%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156583200.630.790.3912.5865.9636.86
Hex9C3A2003F4F27d4225
Octal2347240077117471510245
Binary100111001110101000000111111100111110011111011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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