Html Css Color HEX #972808 Burnt Umber

📋 copy color: '#972808'

red 151 ◦ green 40 ◦ blue 8

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

Shades of Burnt Umber #972808

Tints of Burnt Umber #972808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.02%

R = 75.88%
G = 20.1%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#972808 (or 0x972808) is known color: Burnt Umber. HEX triplet: 97, 28 and 08. RGB value is (151,40,8). Sum of RGB (Red+Green+Blue) = 151+40+8=199 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.88% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 151 - color contains mainly: red. Hex color #972808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972808 is #68D7F7. Grayscale: #454545. Windows color (decimal): -6871032 or 534679. OLE color: 534679.

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

Color convert

RGB 151 40 8 -
CMYK 0 0.74 0.95 0.41
HSL 13.43º 0.9% 0.31% -
HSV(B) 13.43º 0.95% 0.59% -
XYZ 13.57 8.11 1.08 -
YUV 69.54 93.27 186.1 -
System Red Green Blue C M Y K H S L
Decimal 151 40 8 0 0.74 0.95 0.41 13.43 0.9 0.31
Hex 97 28 8 0 4A 5F 29 D 5A 1F
Octal 227 50 10 0 112 137 51 15 132 37
Binary 10010111 101000 1000 0 1001010 1011111 101001 1101 1011010 11111

Color Harmonies of #972808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972808

Black with #972808

Text Example


Text Example

White with #972808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972808; }

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

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

background-color css

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

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

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

border-color css

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

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

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