Html Css Color HEX #97301A Burnt Umber

📋 copy color: '#97301A'

red 151 ◦ green 48 ◦ blue 26

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

Shades of Burnt Umber #97301A

Tints of Burnt Umber #97301A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.56%

R = 67.11%
G = 21.33%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#97301A (or 0x97301A) is known color: Burnt Umber. HEX triplet: 97, 30 and 1A. RGB value is (151,48,26). Sum of RGB (Red+Green+Blue) = 151+48+26=225 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.11% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 151 - color contains mainly: red. Hex color #97301A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97301A is #68CFE5. Grayscale: #4C4C4C. Windows color (decimal): -6868966 or 1716375. OLE color: 1716375.

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

Color convert

RGB 151 48 26 -
CMYK 0 0.68 0.83 0.41
HSL 10.56º 0.71% 0.35% -
HSV(B) 10.56º 0.83% 0.59% -
XYZ 14.01 8.77 1.93 -
YUV 76.29 99.62 181.29 -
System Red Green Blue C M Y K H S L
Decimal 151 48 26 0 0.68 0.83 0.41 10.56 0.71 0.35
Hex 97 30 1A 0 44 53 29 B 47 23
Octal 227 60 32 0 104 123 51 13 107 43
Binary 10010111 110000 11010 0 1000100 1010011 101001 1011 1000111 100011

Color Harmonies of #97301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97301A

Black with #97301A

Text Example


Text Example

White with #97301A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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