#962D1F

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

Shades of Burnt Umber #962D1F

Tints of Burnt Umber #962D1F

Color information

#962D1F (or 0x962D1F) is unknown color: approx Burnt Umber. HEX triplet: 96, 2D and 1F. RGB value is (150,45,31). Sum of RGB (Red+Green+Blue) = 150+45+31=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 31 (12.5% from 255 or 13.72% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #962D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962D1F is #69D2E0. Grayscale: #4A4A4A. Windows color (decimal): -6935265 or 2043286. OLE color: 2043286.

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

Color convert

RGB1504531-
CMYK00.700.790.41
HSL7.06º65.75%35.49%-
HSV(B)7.06º79.33%58.82%-
XYZ13.768.462.2-
YUV74.8103.29181.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.37%
GREEN value IS 45 (17.97% from 255) = 19.91%
BLUE value IS 31 (12.5% from 255) = 13.72%
R=66.37%
G=19.91%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150453100.700.790.417.0665.7535.49
Hex962D1F0464F2974223
Octal2265537010611751710243
Binary10010110101101111110100011010011111010011111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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