#963F27

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

Shades of Tia Maria #963F27

Tints of Tia Maria #963F27

Color information

#963F27 (or 0x963F27) is unknown color: approx Tia Maria. HEX triplet: 96, 3F and 27. RGB value is (150,63,39). Sum of RGB (Red+Green+Blue) = 150+63+39=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #963F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963F27 is #69C0D8. Grayscale: #565656. Windows color (decimal): -6930649 or 2572182. OLE color: 2572182.

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

Color convert

RGB1506339-
CMYK00.580.740.41
HSL12.97º58.73%37.06%-
HSV(B)12.97º74%58.82%-
XYZ14.7210.193.11-
YUV86.28101.32173.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.52%
GREEN value IS 63 (25% from 255) = 25%
BLUE value IS 39 (15.62% from 255) = 15.48%
R=59.52%
G=25%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150633900.580.740.4112.9758.7337.06
Hex963F2703A4A29d3b25
Octal226774707211251157345
Binary10010110111111100111011101010010101010011101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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