#972E10

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

Shades of Burnt Umber #972E10

Tints of Burnt Umber #972E10

Color information

#972E10 (or 0x972E10) is unknown color: approx Burnt Umber. HEX triplet: 97, 2E and 10. RGB value is (151,46,16). Sum of RGB (Red+Green+Blue) = 151+46+16=213 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.89% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 151 - color contains mainly: red. Hex color #972E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972E10 is #68D1EF. Grayscale: #4A4A4A. Windows color (decimal): -6869488 or 1060503. OLE color: 1060503.

HSL color Cylindrical-coordinate representation of color #972E10: hue angle of 13.33º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #972E10 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB1514616-
CMYK00.700.890.41
HSL13.33º80.84%32.75%-
HSV(B)13.33º89.4%59.22%-
XYZ13.838.571.42-
YUV73.9795.29182.94-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 70.89%
GREEN value IS 46 (18.36% from 255) = 21.60%
BLUE value IS 16 (6.64% from 255) = 7.51%
R=70.89%
G=21.60%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151461600.700.890.4113.3380.8432.75
Hex972E100465929d5121
Octal22756200106131511512141
Binary100101111011101000001000110101100110100111011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972E10; }

 p { color: rgb(151,46,16); }

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

<style>
 a { background-color: #972E10; }

 a { background-color: rgb(151,46,16); }

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

<style>
 span { border-color: #972E10; }

 span { border-color: rgb(151,46,16); }

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