#964832

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

Shades of Tia Maria #964832

Tints of Tia Maria #964832

Color information

#964832 (or 0x964832) is unknown color: approx Tia Maria. HEX triplet: 96, 48 and 32. RGB value is (150,72,50). Sum of RGB (Red+Green+Blue) = 150+72+50=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #964832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964832 is #69B7CD. Grayscale: #5C5C5C. Windows color (decimal): -6928334 or 3295382. OLE color: 3295382.

HSL color Cylindrical-coordinate representation of color #964832: hue angle of 13.2º 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 #964832 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB1507250-
CMYK00.520.670.41
HSL13.2º50%39.22%-
HSV(B)13.2º66.67%58.82%-
XYZ15.4711.354.39-
YUV92.81103.84168.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.15%
GREEN value IS 72 (28.52% from 255) = 26.47%
BLUE value IS 50 (19.92% from 255) = 18.38%
R=55.15%
G=26.47%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150725000.520.670.4113.25039.22
Hex9648320344329d3227
Octal2261106206410351156247
Binary100101101001000110010011010010000111010011101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964832; }

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

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

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

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

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

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

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

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