Html Css Color HEX #802D24 Burnt Umber

📋 copy color: '#802D24'

red 128 ◦ green 45 ◦ blue 36

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

Shades of Burnt Umber #802D24

Tints of Burnt Umber #802D24

RGB

 RED value IS 128 (50.39% from 255) = 61.24%

 GREEN value IS 45 (17.97% from 255) = 21.53%

 BLUE value IS 36 (14.45% from 255) = 17.22%

R = 61.24%
G = 21.53%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#802D24 (or 0x802D24) is known color: Burnt Umber. HEX triplet: 80, 2D and 24. RGB value is (128,45,36). Sum of RGB (Red+Green+Blue) = 128+45+36=209 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.24% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 36 (14.45% from 255 or 17.22% from 209); Max value from RGB is 128 - color contains mainly: red. Hex color #802D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802D24 is #7FD2DB. Grayscale: #444444. Windows color (decimal): -8377052 or 2370944. OLE color: 2370944.

HSL color Cylindrical-coordinate representation of color #802D24: hue angle of 5.87º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #802D24 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 45 36 -
CMYK 0 0.65 0.72 0.50
HSL 5.87º 0.56% 0.32% -
HSV(B) 5.87º 0.72% 0.5% -
XYZ 10.16 6.59 2.41 -
YUV 68.79 109.5 170.23 -
System Red Green Blue C M Y K H S L
Decimal 128 45 36 0 0.65 0.72 0.50 5.87 0.56 0.32
Hex 80 2D 24 0 41 48 32 6 38 20
Octal 200 55 44 0 101 110 62 6 70 40
Binary 10000000 101101 100100 0 1000001 1001000 110010 110 111000 100000

Color Harmonies of #802D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802D24

Black with #802D24

Text Example


Text Example

White with #802D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802D24; }

 p { color: rgb(128,45,36); }

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

background-color css

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

 a { background-color: rgb(128,45,36); }

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

border-color css

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

 span { border-color: rgb(128,45,36); }

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