#963112

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

Shades of Burnt Umber #963112

Tints of Burnt Umber #963112

Color information

#963112 (or 0x963112) is unknown color: approx Burnt Umber. HEX triplet: 96, 31 and 12. RGB value is (150,49,18). Sum of RGB (Red+Green+Blue) = 150+49+18=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #963112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963112 is #69CEED. Grayscale: #4B4B4B. Windows color (decimal): -6934254 or 1192342. OLE color: 1192342.

HSL color Cylindrical-coordinate representation of color #963112: hue angle of 14.09º 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 #963112 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB1504918-
CMYK00.670.880.41
HSL14.09º78.57%32.94%-
HSV(B)14.09º88%58.82%-
XYZ13.798.721.53-
YUV75.6795.46181.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 69.12%
GREEN value IS 49 (19.53% from 255) = 22.58%
BLUE value IS 18 (7.42% from 255) = 8.29%
R=69.12%
G=22.58%
B=8.29%

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
Decimal150491800.670.880.4114.0978.5732.94
Hex9631120435829e4f21
Octal22661220103130511611741
Binary100101101100011001001000011101100010100111101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963112; }

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

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

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

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

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

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

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

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