#964A33

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

Shades of Tia Maria #964A33

Tints of Tia Maria #964A33

Color information

#964A33 (or 0x964A33) is unknown color: approx Tia Maria. HEX triplet: 96, 4A and 33. RGB value is (150,74,51). Sum of RGB (Red+Green+Blue) = 150+74+51=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #964A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964A33 is #69B5CC. Grayscale: #5E5E5E. Windows color (decimal): -6927821 or 3361430. OLE color: 3361430.

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

Color convert

RGB1507451-
CMYK00.510.660.41
HSL13.94º49.25%39.41%-
HSV(B)13.94º66%58.82%-
XYZ15.6211.624.55-
YUV94.1103.68167.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.55%
GREEN value IS 74 (29.30% from 255) = 26.91%
BLUE value IS 51 (20.31% from 255) = 18.55%
R=54.55%
G=26.91%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150745100.510.660.4113.9449.2539.41
Hex964A330334229e3127
Octal2261126306310251166147
Binary100101101001010110011011001110000101010011110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964A33; }

 p { color: rgb(150,74,51); }

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

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

 a { background-color: rgb(150,74,51); }

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

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

 span { border-color: rgb(150,74,51); }

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