#964932

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

Shades of Tia Maria #964932

Tints of Tia Maria #964932

Color information

#964932 (or 0x964932) is unknown color: approx Tia Maria. HEX triplet: 96, 49 and 32. RGB value is (150,73,50). Sum of RGB (Red+Green+Blue) = 150+73+50=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #964932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964932 is #69B6CD. Grayscale: #5D5D5D. Windows color (decimal): -6928078 or 3295638. OLE color: 3295638.

HSL color Cylindrical-coordinate representation of color #964932: hue angle of 13.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #964932 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB1507350-
CMYK00.510.670.41
HSL13.8º50%39.22%-
HSV(B)13.8º66.67%58.82%-
XYZ15.5411.484.41-
YUV93.4103.51168.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.95%
GREEN value IS 73 (28.91% from 255) = 26.74%
BLUE value IS 50 (19.92% from 255) = 18.32%
R=54.95%
G=26.74%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150735000.510.670.4113.85039.22
Hex9649320334329e3227
Octal2261116206310351166247
Binary100101101001001110010011001110000111010011110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964932; }

 p { color: rgb(150,73,50); }

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

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

 a { background-color: rgb(150,73,50); }

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

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

 span { border-color: rgb(150,73,50); }

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