Html Css Color HEX #97311D Burnt Umber

📋 copy color: '#97311D'

red 151 ◦ green 49 ◦ blue 29

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

Shades of Burnt Umber #97311D

Tints of Burnt Umber #97311D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.4%

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

R = 65.94%
G = 21.4%
B = 12.66%

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

#97311D (or 0x97311D) is known color: Burnt Umber. HEX triplet: 97, 31 and 1D. RGB value is (151,49,29). Sum of RGB (Red+Green+Blue) = 151+49+29=229 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.94% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 151 - color contains mainly: red. Hex color #97311D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97311D is #68CEE2. Grayscale: #4D4D4D. Windows color (decimal): -6868707 or 1913239. OLE color: 1913239.

HSL color Cylindrical-coordinate representation of color #97311D: hue angle of 9.84º 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 #97311D is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 49 29 -
CMYK 0 0.68 0.81 0.41
HSL 9.84º 0.68% 0.35% -
HSV(B) 9.84º 0.81% 0.59% -
XYZ 14.08 8.86 2.13 -
YUV 77.22 100.79 180.63 -
System Red Green Blue C M Y K H S L
Decimal 151 49 29 0 0.68 0.81 0.41 9.84 0.68 0.35
Hex 97 31 1D 0 44 51 29 A 44 23
Octal 227 61 35 0 104 121 51 12 104 43
Binary 10010111 110001 11101 0 1000100 1010001 101001 1010 1000100 100011

Color Harmonies of #97311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97311D

Black with #97311D

Text Example


Text Example

White with #97311D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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