#962D1C

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

Shades of Burnt Umber #962D1C

Tints of Burnt Umber #962D1C

Color information

#962D1C (or 0x962D1C) is unknown color: approx Burnt Umber. HEX triplet: 96, 2D and 1C. RGB value is (150,45,28). Sum of RGB (Red+Green+Blue) = 150+45+28=223 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.26% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 150 - color contains mainly: red. Hex color #962D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962D1C is #69D2E3. Grayscale: #4A4A4A. Windows color (decimal): -6935268 or 1846678. OLE color: 1846678.

HSL color Cylindrical-coordinate representation of color #962D1C: hue angle of 8.36º 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 #962D1C is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB1504528-
CMYK00.700.810.41
HSL8.36º68.54%34.9%-
HSV(B)8.36º81.33%58.82%-
XYZ13.738.442.01-
YUV74.46101.79181.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 67.26%
GREEN value IS 45 (17.97% from 255) = 20.18%
BLUE value IS 28 (11.33% from 255) = 12.56%
R=67.26%
G=20.18%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150452800.700.810.418.3668.5434.9
Hex962D1C046512984523
Octal22655340106121511010543
Binary100101101011011110001000110101000110100110001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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