#963F30

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

Shades of Tia Maria #963F30

Tints of Tia Maria #963F30

Color information

#963F30 (or 0x963F30) is unknown color: approx Tia Maria. HEX triplet: 96, 3F and 30. RGB value is (150,63,48). Sum of RGB (Red+Green+Blue) = 150+63+48=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #963F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963F30 is #69C0CF. Grayscale: #575757. Windows color (decimal): -6930640 or 3162006. OLE color: 3162006.

HSL color Cylindrical-coordinate representation of color #963F30: hue angle of 8.82º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #963F30 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB1506348-
CMYK00.580.680.41
HSL8.82º51.52%38.82%-
HSV(B)8.82º68%58.82%-
XYZ14.8910.253.99-
YUV87.3105.82172.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.47%
GREEN value IS 63 (25% from 255) = 24.14%
BLUE value IS 48 (19.14% from 255) = 18.39%
R=57.47%
G=24.14%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150634800.580.680.418.8251.5238.82
Hex963F3003A442993427
Octal226776007210451116447
Binary10010110111111110000011101010001001010011001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963F30; }

 p { color: rgb(150,63,48); }

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

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

 a { background-color: rgb(150,63,48); }

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

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

 span { border-color: rgb(150,63,48); }

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