#963212

Color #963212 Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #963212

Tints of Burnt Umber #963212

Color information

#963212 (or 0x963212) is unknown color: approx Burnt Umber. HEX triplet: 96, 32 and 12. RGB value is (150,50,18). Sum of RGB (Red+Green+Blue) = 150+50+18=218 (28% of max value = 765). Red value is 150 (58.98% from 255 or 68.81% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 150 - color contains mainly: red. Hex color #963212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963212 is #69CDED. Grayscale: #4C4C4C. Windows color (decimal): -6933998 or 1192598. OLE color: 1192598.

HSL color Cylindrical-coordinate representation of color #963212: hue angle of 14.55º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #963212 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB1505018-
CMYK00.670.880.41
HSL14.55º78.57%32.94%-
HSV(B)14.55º88%58.82%-
XYZ13.838.811.54-
YUV76.2595.13180.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 68.81%
GREEN value IS 50 (19.92% from 255) = 22.94%
BLUE value IS 18 (7.42% from 255) = 8.26%
R=68.81%
G=22.94%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150501800.670.880.4114.5578.5732.94
Hex9632120435829f4f21
Octal22662220103130511711741
Binary100101101100101001001000011101100010100111111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963212; }

 p { color: rgb(150,50,18); }

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

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

 a { background-color: rgb(150,50,18); }

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

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

 span { border-color: rgb(150,50,18); }

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