#9C3A28

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

Shades of Tia Maria #9C3A28

Tints of Tia Maria #9C3A28

Color information

#9C3A28 (or 0x9C3A28) is unknown color: approx Tia Maria. HEX triplet: 9C, 3A and 28. RGB value is (156,58,40). Sum of RGB (Red+Green+Blue) = 156+58+40=254 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.42% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3A28 is #63C5D7. Grayscale: #555555. Windows color (decimal): -6538712 or 2636444. OLE color: 2636444.

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

Color convert

RGB1565840-
CMYK00.630.740.39
HSL9.31º59.18%38.43%-
HSV(B)9.31º74.36%61.18%-
XYZ15.6110.253.16-
YUV85.25102.47178.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 61.42%
GREEN value IS 58 (23.05% from 255) = 22.83%
BLUE value IS 40 (16.02% from 255) = 15.75%
R=61.42%
G=22.83%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156584000.630.740.399.3159.1838.43
Hex9C3A2803F4A2793b26
Octal234725007711247117346
Binary10011100111010101000011111110010101001111001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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