Html Css Color HEX #97280A Burnt Umber

📋 copy color: '#97280A'

red 151 ◦ green 40 ◦ blue 10

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

Shades of Burnt Umber #97280A

Tints of Burnt Umber #97280A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.98%

R = 75.12%
G = 19.9%
B = 4.98%

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

#97280A (or 0x97280A) is known color: Burnt Umber. HEX triplet: 97, 28 and 0A. RGB value is (151,40,10). Sum of RGB (Red+Green+Blue) = 151+40+10=201 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.12% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 151 - color contains mainly: red. Hex color #97280A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97280A is #68D7F5. Grayscale: #454545. Windows color (decimal): -6871030 or 665751. OLE color: 665751.

HSL color Cylindrical-coordinate representation of color #97280A: hue angle of 12.77º degrees, saturation: 0.88, 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 #97280A is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 40 10 -
CMYK 0 0.74 0.93 0.41
HSL 12.77º 0.88% 0.32% -
HSV(B) 12.77º 0.93% 0.59% -
XYZ 13.58 8.12 1.14 -
YUV 69.77 94.27 185.94 -
System Red Green Blue C M Y K H S L
Decimal 151 40 10 0 0.74 0.93 0.41 12.77 0.88 0.32
Hex 97 28 A 0 4A 5D 29 D 58 20
Octal 227 50 12 0 112 135 51 15 130 40
Binary 10010111 101000 1010 0 1001010 1011101 101001 1101 1011000 100000

Color Harmonies of #97280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97280A

Black with #97280A

Text Example


Text Example

White with #97280A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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