#962E20

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

Shades of Burnt Umber #962E20

Tints of Burnt Umber #962E20

Color information

#962E20 (or 0x962E20) is unknown color: approx Burnt Umber. HEX triplet: 96, 2E and 20. RGB value is (150,46,32). Sum of RGB (Red+Green+Blue) = 150+46+32=228 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.79% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 150 - color contains mainly: red. Hex color #962E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962E20 is #69D1DF. Grayscale: #4B4B4B. Windows color (decimal): -6935008 or 2109078. OLE color: 2109078.

HSL color Cylindrical-coordinate representation of color #962E20: hue angle of 7.12º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962E20 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB1504632-
CMYK00.690.790.41
HSL7.12º64.84%35.69%-
HSV(B)7.12º78.67%58.82%-
XYZ13.828.542.29-
YUV75.5103.46181.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 65.79%
GREEN value IS 46 (18.36% from 255) = 20.18%
BLUE value IS 32 (12.89% from 255) = 14.04%
R=65.79%
G=20.18%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150463200.690.790.417.1264.8435.69
Hex962E200454F2974124
Octal2265640010511751710144
Binary100101101011101000000100010110011111010011111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,46,32); }

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

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

 a { background-color: rgb(150,46,32); }

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

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

 span { border-color: rgb(150,46,32); }

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