#96432A

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

Shades of Tia Maria #96432A

Tints of Tia Maria #96432A

Color information

#96432A (or 0x96432A) is unknown color: approx Tia Maria. HEX triplet: 96, 43 and 2A. RGB value is (150,67,42). Sum of RGB (Red+Green+Blue) = 150+67+42=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #96432A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96432A is #69BCD5. Grayscale: #595959. Windows color (decimal): -6929622 or 2769814. OLE color: 2769814.

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

Color convert

RGB1506742-
CMYK00.550.720.41
HSL13.89º56.25%37.65%-
HSV(B)13.89º72%58.82%-
XYZ1510.673.46-
YUV88.97101.5171.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.92%
GREEN value IS 67 (26.56% from 255) = 25.87%
BLUE value IS 42 (16.80% from 255) = 16.22%
R=57.92%
G=25.87%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150674200.550.720.4113.8956.2537.65
Hex96432A0374829e3826
Octal2261035206711051167046
Binary100101101000011101010011011110010001010011110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96432A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96432A; }

 p { color: rgb(150,67,42); }

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

<style>
 a { background-color: #96432A; }

 a { background-color: rgb(150,67,42); }

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

<style>
 span { border-color: #96432A; }

 span { border-color: rgb(150,67,42); }

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