Html Css Color HEX #97280B Burnt Umber

📋 copy color: '#97280B'

red 151 ◦ green 40 ◦ blue 11

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

Shades of Burnt Umber #97280B

Tints of Burnt Umber #97280B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.45%

R = 74.75%
G = 19.8%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#97280B (or 0x97280B) is known color: Burnt Umber. HEX triplet: 97, 28 and 0B. RGB value is (151,40,11). Sum of RGB (Red+Green+Blue) = 151+40+11=202 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.75% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 151 - color contains mainly: red. Hex color #97280B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97280B is #68D7F4. Grayscale: #464646. Windows color (decimal): -6871029 or 731287. OLE color: 731287.

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

Color convert

RGB 151 40 11 -
CMYK 0 0.74 0.93 0.41
HSL 12.43º 0.86% 0.32% -
HSV(B) 12.43º 0.93% 0.59% -
XYZ 13.58 8.12 1.17 -
YUV 69.88 94.77 185.86 -
System Red Green Blue C M Y K H S L
Decimal 151 40 11 0 0.74 0.93 0.41 12.43 0.86 0.32
Hex 97 28 B 0 4A 5D 29 C 56 20
Octal 227 50 13 0 112 135 51 14 126 40
Binary 10010111 101000 1011 0 1001010 1011101 101001 1100 1010110 100000

Color Harmonies of #97280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97280B

Black with #97280B

Text Example


Text Example

White with #97280B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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