#96442C

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

Shades of Tia Maria #96442C

Tints of Tia Maria #96442C

Color information

#96442C (or 0x96442C) is unknown color: approx Tia Maria. HEX triplet: 96, 44 and 2C. RGB value is (150,68,44). Sum of RGB (Red+Green+Blue) = 150+68+44=262 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.25% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 150 - color contains mainly: red. Hex color #96442C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96442C is #69BBD3. Grayscale: #595959. Windows color (decimal): -6929364 or 2901142. OLE color: 2901142.

HSL color Cylindrical-coordinate representation of color #96442C: hue angle of 13.58º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96442C is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB1506844-
CMYK00.550.710.41
HSL13.58º54.64%38.04%-
HSV(B)13.58º70.67%58.82%-
XYZ15.110.83.67-
YUV89.78102.17170.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.25%
GREEN value IS 68 (26.95% from 255) = 25.95%
BLUE value IS 44 (17.58% from 255) = 16.79%
R=57.25%
G=25.95%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150684400.550.710.4113.5854.6438.04
Hex96442C0374729e3726
Octal2261045406710751166746
Binary100101101000100101100011011110001111010011110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96442C; }

 p { color: rgb(150,68,44); }

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

<style>
 a { background-color: #96442C; }

 a { background-color: rgb(150,68,44); }

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

<style>
 span { border-color: #96442C; }

 span { border-color: rgb(150,68,44); }

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