#962C13

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

Shades of Burnt Umber #962C13

Tints of Burnt Umber #962C13

Color information

#962C13 (or 0x962C13) is unknown color: approx Burnt Umber. HEX triplet: 96, 2C and 13. RGB value is (150,44,19). Sum of RGB (Red+Green+Blue) = 150+44+19=213 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.42% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 150 - color contains mainly: red. Hex color #962C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962C13 is #69D3EC. Grayscale: #494949. Windows color (decimal): -6935533 or 1256598. OLE color: 1256598.

HSL color Cylindrical-coordinate representation of color #962C13: hue angle of 11.45º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #962C13 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB1504419-
CMYK00.710.870.41
HSL11.45º77.51%33.14%-
HSV(B)11.45º87.33%58.82%-
XYZ13.68.331.51-
YUV72.8497.62183.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 70.42%
GREEN value IS 44 (17.58% from 255) = 20.66%
BLUE value IS 19 (7.81% from 255) = 8.92%
R=70.42%
G=20.66%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150441900.710.870.4111.4577.5133.14
Hex962C130475729b4e21
Octal22654230107127511311641
Binary100101101011001001101000111101011110100110111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962C13; }

 p { color: rgb(150,44,19); }

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

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

 a { background-color: rgb(150,44,19); }

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

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

 span { border-color: rgb(150,44,19); }

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