#96452C

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

Shades of Tia Maria #96452C

Tints of Tia Maria #96452C

Color information

#96452C (or 0x96452C) is unknown color: approx Tia Maria. HEX triplet: 96, 45 and 2C. RGB value is (150,69,44). Sum of RGB (Red+Green+Blue) = 150+69+44=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #96452C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96452C is #69BAD3. Grayscale: #5A5A5A. Windows color (decimal): -6929108 or 2901398. OLE color: 2901398.

HSL color Cylindrical-coordinate representation of color #96452C: hue angle of 14.15º 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 #96452C is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB1506944-
CMYK00.540.710.41
HSL14.15º54.64%38.04%-
HSV(B)14.15º70.67%58.82%-
XYZ15.1610.923.69-
YUV90.37101.84170.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.03%
GREEN value IS 69 (27.34% from 255) = 26.24%
BLUE value IS 44 (17.58% from 255) = 16.73%
R=57.03%
G=26.24%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150694400.540.710.4114.1554.6438.04
Hex96452C0364729e3726
Octal2261055406610751166746
Binary100101101000101101100011011010001111010011110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96452C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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