Html Css Color HEX #97301D Burnt Umber

📋 copy color: '#97301D'

red 151 ◦ green 48 ◦ blue 29

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

Shades of Burnt Umber #97301D

Tints of Burnt Umber #97301D

RGB

 RED value IS 151 (59.38% from 255) = 66.23%

 GREEN value IS 48 (19.14% from 255) = 21.05%

 BLUE value IS 29 (11.72% from 255) = 12.72%

R = 66.23%
G = 21.05%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#97301D (or 0x97301D) is known color: Burnt Umber. HEX triplet: 97, 30 and 1D. RGB value is (151,48,29). Sum of RGB (Red+Green+Blue) = 151+48+29=228 (30% of max value = 765). Red value is 151 (59.38% from 255 or 66.23% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 151 - color contains mainly: red. Hex color #97301D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97301D is #68CFE2. Grayscale: #4C4C4C. Windows color (decimal): -6868963 or 1912983. OLE color: 1912983.

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

Color convert

RGB 151 48 29 -
CMYK 0 0.68 0.81 0.41
HSL 9.34º 0.68% 0.35% -
HSV(B) 9.34º 0.81% 0.59% -
XYZ 14.04 8.78 2.12 -
YUV 76.63 101.12 181.04 -
System Red Green Blue C M Y K H S L
Decimal 151 48 29 0 0.68 0.81 0.41 9.34 0.68 0.35
Hex 97 30 1D 0 44 51 29 9 44 23
Octal 227 60 35 0 104 121 51 11 104 43
Binary 10010111 110000 11101 0 1000100 1010001 101001 1001 1000100 100011

Color Harmonies of #97301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97301D

Black with #97301D

Text Example


Text Example

White with #97301D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #97301D;
 }
 .AnyTagClassName
 {
   color: #97301D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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