#96402B

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

Shades of Tia Maria #96402B

Tints of Tia Maria #96402B

Color information

#96402B (or 0x96402B) is unknown color: approx Tia Maria. HEX triplet: 96, 40 and 2B. RGB value is (150,64,43). Sum of RGB (Red+Green+Blue) = 150+64+43=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #96402B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96402B is #69BFD4. Grayscale: #575757. Windows color (decimal): -6930389 or 2834582. OLE color: 2834582.

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

Color convert

RGB1506443-
CMYK00.570.710.41
HSL11.78º55.44%37.84%-
HSV(B)11.78º71.33%58.82%-
XYZ14.8510.333.5-
YUV87.32102.99172.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.37%
GREEN value IS 64 (25.39% from 255) = 24.90%
BLUE value IS 43 (17.19% from 255) = 16.73%
R=58.37%
G=24.90%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150644300.570.710.4111.7855.4437.84
Hex96402B0394729c3726
Octal2261005307110751146746
Binary100101101000000101011011100110001111010011100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96402B; }

 p { color: rgb(150,64,43); }

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

<style>
 a { background-color: #96402B; }

 a { background-color: rgb(150,64,43); }

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

<style>
 span { border-color: #96402B; }

 span { border-color: rgb(150,64,43); }

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