#963312

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

Shades of Burnt Umber #963312

Tints of Burnt Umber #963312

Color information

#963312 (or 0x963312) is unknown color: approx Burnt Umber. HEX triplet: 96, 33 and 12. RGB value is (150,51,18). Sum of RGB (Red+Green+Blue) = 150+51+18=219 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.49% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 150 - color contains mainly: red. Hex color #963312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963312 is #69CCED. Grayscale: #4D4D4D. Windows color (decimal): -6933742 or 1192854. OLE color: 1192854.

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

Color convert

RGB1505118-
CMYK00.660.880.41
HSL15º78.57%32.94%-
HSV(B)15º88%58.82%-
XYZ13.878.91.56-
YUV76.8494.8180.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 68.49%
GREEN value IS 51 (20.31% from 255) = 23.29%
BLUE value IS 18 (7.42% from 255) = 8.22%
R=68.49%
G=23.29%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150511800.660.880.411578.5732.94
Hex9633120425829f4f21
Octal22663220102130511711741
Binary100101101100111001001000010101100010100111111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963312; }

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

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

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

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

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

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

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

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