#9C3E2C

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

Shades of Tia Maria #9C3E2C

Tints of Tia Maria #9C3E2C

Color information

#9C3E2C (or 0x9C3E2C) is unknown color: approx Tia Maria. HEX triplet: 9C, 3E and 2C. RGB value is (156,62,44). Sum of RGB (Red+Green+Blue) = 156+62+44=262 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.54% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3E2C is #63C1D3. Grayscale: #585858. Windows color (decimal): -6537684 or 2899612. OLE color: 2899612.

HSL color Cylindrical-coordinate representation of color #9C3E2C: hue angle of 9.64º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C3E2C is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB1566244-
CMYK00.600.720.39
HSL9.64º56%39.22%-
HSV(B)9.64º71.79%61.18%-
XYZ15.8910.73.61-
YUV88.05103.14176.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 59.54%
GREEN value IS 62 (24.61% from 255) = 23.66%
BLUE value IS 44 (17.58% from 255) = 16.79%
R=59.54%
G=23.66%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156624400.600.720.399.645639.22
Hex9C3E2C03C4827a3827
Octal234765407411047127047
Binary10011100111110101100011110010010001001111010111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,62,44); }

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

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

 a { background-color: rgb(156,62,44); }

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

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

 span { border-color: rgb(156,62,44); }

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