#9C3620

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

Shades of Tia Maria #9C3620

Tints of Tia Maria #9C3620

Color information

#9C3620 (or 0x9C3620) is unknown color: approx Tia Maria. HEX triplet: 9C, 36 and 20. RGB value is (156,54,32). Sum of RGB (Red+Green+Blue) = 156+54+32=242 (32% of max value = 765). Red value is 156 (61.33% from 255 or 64.46% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3620 is #63C9DF. Grayscale: #525252. Windows color (decimal): -6539744 or 2111132. OLE color: 2111132.

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

Color convert

RGB1565432-
CMYK00.650.790.39
HSL10.65º65.96%36.86%-
HSV(B)10.65º79.49%61.18%-
XYZ15.299.812.45-
YUV81.9999.79180.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 64.46%
GREEN value IS 54 (21.48% from 255) = 22.31%
BLUE value IS 32 (12.89% from 255) = 13.22%
R=64.46%
G=22.31%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156543200.650.790.3910.6565.9636.86
Hex9C36200414F27b4225
Octal23466400101117471310245
Binary1001110011011010000001000001100111110011110111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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