Html Css Color HEX #97280D Burnt Umber

📋 copy color: '#97280D'

red 151 ◦ green 40 ◦ blue 13

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

Shades of Burnt Umber #97280D

Tints of Burnt Umber #97280D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.37%

R = 74.02%
G = 19.61%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#97280D (or 0x97280D) is known color: Burnt Umber. HEX triplet: 97, 28 and 0D. RGB value is (151,40,13). Sum of RGB (Red+Green+Blue) = 151+40+13=204 (27% of max value = 765). Red value is 151 (59.38% from 255 or 74.02% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 151 - color contains mainly: red. Hex color #97280D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97280D is #68D7F2. Grayscale: #464646. Windows color (decimal): -6871027 or 862359. OLE color: 862359.

HSL color Cylindrical-coordinate representation of color #97280D: hue angle of 11.74º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #97280D is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 40 13 -
CMYK 0 0.74 0.91 0.41
HSL 11.74º 0.84% 0.32% -
HSV(B) 11.74º 0.91% 0.59% -
XYZ 13.59 8.13 1.23 -
YUV 70.11 95.77 185.7 -
System Red Green Blue C M Y K H S L
Decimal 151 40 13 0 0.74 0.91 0.41 11.74 0.84 0.32
Hex 97 28 D 0 4A 5B 29 C 54 20
Octal 227 50 15 0 112 133 51 14 124 40
Binary 10010111 101000 1101 0 1001010 1011011 101001 1100 1010100 100000

Color Harmonies of #97280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97280D

Black with #97280D

Text Example


Text Example

White with #97280D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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