#97290A

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

Shades of Burnt Umber #97290A

Tints of Burnt Umber #97290A

Color information

#97290A (or 0x97290A) is unknown color: approx Burnt Umber. HEX triplet: 97, 29 and 0A. RGB value is (151,41,10). Sum of RGB (Red+Green+Blue) = 151+41+10=202 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.75% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 151 - color contains mainly: red. Hex color #97290A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97290A is #68D6F5. Grayscale: #464646. Windows color (decimal): -6870774 or 666007. OLE color: 666007.

HSL color Cylindrical-coordinate representation of color #97290A: hue angle of 13.19º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #97290A is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB1514110-
CMYK00.730.930.41
HSL13.19º87.58%31.57%-
HSV(B)13.19º93.38%59.22%-
XYZ13.618.191.15-
YUV70.3693.94185.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 74.75%
GREEN value IS 41 (16.41% from 255) = 20.30%
BLUE value IS 10 (4.30% from 255) = 4.95%
R=74.75%
G=20.30%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151411000.730.930.4113.1987.5831.57
Hex9729A0495D29d5820
Octal22751120111135511513040
Binary10010111101001101001001001101110110100111011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97290A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97290A; }

 p { color: rgb(151,41,10); }

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

<style>
 a { background-color: #97290A; }

 a { background-color: rgb(151,41,10); }

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

<style>
 span { border-color: #97290A; }

 span { border-color: rgb(151,41,10); }

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