#963412

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

Shades of Burnt Umber #963412

Tints of Burnt Umber #963412

Color information

#963412 (or 0x963412) is unknown color: approx Burnt Umber. HEX triplet: 96, 34 and 12. RGB value is (150,52,18). Sum of RGB (Red+Green+Blue) = 150+52+18=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #963412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963412 is #69CBED. Grayscale: #4D4D4D. Windows color (decimal): -6933486 or 1193110. OLE color: 1193110.

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

Color convert

RGB1505218-
CMYK00.650.880.41
HSL15.45º78.57%32.94%-
HSV(B)15.45º88%58.82%-
XYZ13.918.981.57-
YUV77.4394.47179.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 68.18%
GREEN value IS 52 (20.70% from 255) = 23.64%
BLUE value IS 18 (7.42% from 255) = 8.18%
R=68.18%
G=23.64%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150521800.650.880.4115.4578.5732.94
Hex9634120415829f4f21
Octal22664220101130511711741
Binary100101101101001001001000001101100010100111111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963412; }

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

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

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

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

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

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

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

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