#962E1C

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

Shades of Burnt Umber #962E1C

Tints of Burnt Umber #962E1C

Color information

#962E1C (or 0x962E1C) is unknown color: approx Burnt Umber. HEX triplet: 96, 2E and 1C. RGB value is (150,46,28). Sum of RGB (Red+Green+Blue) = 150+46+28=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #962E1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962E1C is #69D1E3. Grayscale: #4B4B4B. Windows color (decimal): -6935012 or 1846934. OLE color: 1846934.

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

Color convert

RGB1504628-
CMYK00.690.810.41
HSL8.85º68.54%34.9%-
HSV(B)8.85º81.33%58.82%-
XYZ13.768.522.02-
YUV75.04101.46181.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.96%
GREEN value IS 46 (18.36% from 255) = 20.54%
BLUE value IS 28 (11.33% from 255) = 12.5%
R=66.96%
G=20.54%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150462800.690.810.418.8568.5434.9
Hex962E1C045512994523
Octal22656340105121511110543
Binary100101101011101110001000101101000110100110011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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