Html Css Color HEX #972805 Burnt Umber

📋 copy color: '#972805'

red 151 ◦ green 40 ◦ blue 5

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

Shades of Burnt Umber #972805

Tints of Burnt Umber #972805

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.41%

 BLUE value IS 5 (2.34% from 255) = 2.55%

R = 77.04%
G = 20.41%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#972805 (or 0x972805) is known color: Burnt Umber. HEX triplet: 97, 28 and 05. RGB value is (151,40,5). Sum of RGB (Red+Green+Blue) = 151+40+5=196 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.04% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 5 (2.34% from 255 or 2.55% from 196); Max value from RGB is 151 - color contains mainly: red. Hex color #972805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972805 is #68D7FA. Grayscale: #454545. Windows color (decimal): -6871035 or 338071. OLE color: 338071.

HSL color Cylindrical-coordinate representation of color #972805: hue angle of 14.38º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #972805 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 40 5 -
CMYK 0 0.74 0.97 0.41
HSL 14.38º 0.94% 0.31% -
HSV(B) 14.38º 0.97% 0.59% -
XYZ 13.55 8.11 0.99 -
YUV 69.2 91.77 186.35 -
System Red Green Blue C M Y K H S L
Decimal 151 40 5 0 0.74 0.97 0.41 14.38 0.94 0.31
Hex 97 28 5 0 4A 61 29 E 5E 1F
Octal 227 50 5 0 112 141 51 16 136 37
Binary 10010111 101000 101 0 1001010 1100001 101001 1110 1011110 11111

Color Harmonies of #972805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972805

Black with #972805

Text Example


Text Example

White with #972805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972805; }

 p { color: rgb(151,40,5); }

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

background-color css

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

 a { background-color: rgb(151,40,5); }

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

border-color css

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

 span { border-color: rgb(151,40,5); }

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