#962C1F

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

Shades of Burnt Umber #962C1F

Tints of Burnt Umber #962C1F

Color information

#962C1F (or 0x962C1F) is unknown color: approx Burnt Umber. HEX triplet: 96, 2C and 1F. RGB value is (150,44,31). Sum of RGB (Red+Green+Blue) = 150+44+31=225 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.67% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 150 - color contains mainly: red. Hex color #962C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962C1F is #69D3E0. Grayscale: #4A4A4A. Windows color (decimal): -6935521 or 2043030. OLE color: 2043030.

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

Color convert

RGB1504431-
CMYK00.710.790.41
HSL6.55º65.75%35.49%-
HSV(B)6.55º79.33%58.82%-
XYZ13.738.382.19-
YUV74.21103.62182.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.67%
GREEN value IS 44 (17.58% from 255) = 19.56%
BLUE value IS 31 (12.5% from 255) = 13.78%
R=66.67%
G=19.56%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150443100.710.790.416.5565.7535.49
Hex962C1F0474F2974223
Octal2265437010711751710243
Binary10010110101100111110100011110011111010011111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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