Html Css Color HEX #97301E Burnt Umber

📋 copy color: '#97301E'

red 151 ◦ green 48 ◦ blue 30

#97301E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Umber #97301E

Tints of Burnt Umber #97301E

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.1%

R = 65.94%
G = 20.96%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#97301E (or 0x97301E) is known color: 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

RGB 151 48 30 -
CMYK 0 0.68 0.80 0.41
HSL 8.93º 0.67% 0.35% -
HSV(B) 8.93º 0.8% 0.59% -
XYZ 14.05 8.79 2.18 -
YUV 76.75 101.62 180.96 -
System Red Green Blue C M Y K H S L
Decimal 151 48 30 0 0.68 0.80 0.41 8.93 0.67 0.35
Hex 97 30 1E 0 44 50 29 9 43 23
Octal 227 60 36 0 104 120 51 11 103 43
Binary 10010111 110000 11110 0 1000100 1010000 101001 1001 1000011 100011

Color Harmonies of #97301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97301E

Black with #97301E

Text Example


Text Example

White with #97301E

Text Example


Text Example

HTML Codes & Css Web 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>