#964735

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

Shades of Tia Maria #964735

Tints of Tia Maria #964735

Color information

#964735 (or 0x964735) is unknown color: approx Tia Maria. HEX triplet: 96, 47 and 35. RGB value is (150,71,53). Sum of RGB (Red+Green+Blue) = 150+71+53=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #964735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964735 is #69B8CA. Grayscale: #5C5C5C. Windows color (decimal): -6928587 or 3491734. OLE color: 3491734.

HSL color Cylindrical-coordinate representation of color #964735: hue angle of 11.13º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #964735 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB1507153-
CMYK00.530.650.41
HSL11.13º47.78%39.8%-
HSV(B)11.13º64.67%58.82%-
XYZ15.4711.254.72-
YUV92.57105.67168.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.74%
GREEN value IS 71 (28.12% from 255) = 25.91%
BLUE value IS 53 (21.09% from 255) = 19.34%
R=54.74%
G=25.91%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150715300.530.650.4111.1347.7839.8
Hex9647350354129b3028
Octal2261076506510151136050
Binary100101101000111110101011010110000011010011011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964735; }

 p { color: rgb(150,71,53); }

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

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

 a { background-color: rgb(150,71,53); }

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

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

 span { border-color: rgb(150,71,53); }

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