#97301E

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

Shades of Burnt Umber #97301E

Tints of Burnt Umber #97301E

Color information

#97301E (or 0x97301E) is unknown color: approx Burnt Umber. HEX triplet: 97, 30 and 1E. RGB value is (151,48,30). Sum of RGB (Red+Green+Blue) = 151+48+30=229 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.94% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 151 - color contains mainly: red. Hex color #97301E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97301E is #68CFE1. Grayscale: #4C4C4C. Windows color (decimal): -6868962 or 1978519. OLE color: 1978519.

HSL color Cylindrical-coordinate representation of color #97301E: hue angle of 8.93º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #97301E is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB1514830-
CMYK00.680.800.41
HSL8.93º66.85%35.49%-
HSV(B)8.93º80.13%59.22%-
XYZ14.058.792.18-
YUV76.74101.62180.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 65.94%
GREEN value IS 48 (19.14% from 255) = 20.96%
BLUE value IS 30 (12.11% from 255) = 13.10%
R=65.94%
G=20.96%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151483000.680.800.418.9366.8535.49
Hex97301E044502994323
Octal22760360104120511110343
Binary100101111100001111001000100101000010100110011000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97301E; }

 p { color: rgb(151,48,30); }

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

<style>
 a { background-color: #97301E; }

 a { background-color: rgb(151,48,30); }

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

<style>
 span { border-color: #97301E; }

 span { border-color: rgb(151,48,30); }

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