Html Css Color HEX #97301C Burnt Umber

📋 copy color: '#97301C'

red 151 ◦ green 48 ◦ blue 28

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

Shades of Burnt Umber #97301C

Tints of Burnt Umber #97301C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.33%

R = 66.52%
G = 21.15%
B = 12.33%

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

#97301C (or 0x97301C) is known color: Burnt Umber. HEX triplet: 97, 30 and 1C. RGB value is (151,48,28). Sum of RGB (Red+Green+Blue) = 151+48+28=227 (30% of max value = 765). Red value is 151 (59.38% from 255 or 66.52% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 151 - color contains mainly: red. Hex color #97301C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97301C is #68CFE3. Grayscale: #4C4C4C. Windows color (decimal): -6868964 or 1847447. OLE color: 1847447.

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

Color convert

RGB 151 48 28 -
CMYK 0 0.68 0.81 0.41
HSL 9.76º 0.69% 0.35% -
HSV(B) 9.76º 0.81% 0.59% -
XYZ 14.03 8.78 2.05 -
YUV 76.52 100.62 181.13 -
System Red Green Blue C M Y K H S L
Decimal 151 48 28 0 0.68 0.81 0.41 9.76 0.69 0.35
Hex 97 30 1C 0 44 51 29 A 45 23
Octal 227 60 34 0 104 121 51 12 105 43
Binary 10010111 110000 11100 0 1000100 1010001 101001 1010 1000101 100011

Color Harmonies of #97301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97301C

Black with #97301C

Text Example


Text Example

White with #97301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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