#963F2A

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

Shades of Tia Maria #963F2A

Tints of Tia Maria #963F2A

Color information

#963F2A (or 0x963F2A) is unknown color: approx Tia Maria. HEX triplet: 96, 3F and 2A. RGB value is (150,63,42). Sum of RGB (Red+Green+Blue) = 150+63+42=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #963F2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963F2A is #69C0D5. Grayscale: #565656. Windows color (decimal): -6930646 or 2768790. OLE color: 2768790.

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

Color convert

RGB1506342-
CMYK00.580.720.41
HSL11.67º56.25%37.65%-
HSV(B)11.67º72%58.82%-
XYZ14.7710.213.38-
YUV86.62102.82173.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.82%
GREEN value IS 63 (25% from 255) = 24.71%
BLUE value IS 42 (16.80% from 255) = 16.47%
R=58.82%
G=24.71%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150634200.580.720.4111.6756.2537.65
Hex963F2A03A4829c3826
Octal226775207211051147046
Binary10010110111111101010011101010010001010011100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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