Html Css Color HEX #802E18 Burnt Umber

📋 copy color: '#802E18'

red 128 ◦ green 46 ◦ blue 24

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

Shades of Burnt Umber #802E18

Tints of Burnt Umber #802E18

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.23%

 BLUE value IS 24 (9.77% from 255) = 12.12%

R = 64.65%
G = 23.23%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#802E18 (or 0x802E18) is known color: Burnt Umber. HEX triplet: 80, 2E and 18. RGB value is (128,46,24). Sum of RGB (Red+Green+Blue) = 128+46+24=198 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.65% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 128 - color contains mainly: red. Hex color #802E18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802E18 is #7FD1E7. Grayscale: #444444. Windows color (decimal): -8376808 or 1584768. OLE color: 1584768.

HSL color Cylindrical-coordinate representation of color #802E18: hue angle of 12.69º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #802E18 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 46 24 -
CMYK 0 0.64 0.81 0.50
HSL 12.69º 0.68% 0.3% -
HSV(B) 12.69º 0.81% 0.5% -
XYZ 10.04 6.61 1.61 -
YUV 68.01 103.17 170.79 -
System Red Green Blue C M Y K H S L
Decimal 128 46 24 0 0.64 0.81 0.50 12.69 0.68 0.3
Hex 80 2E 18 0 40 51 32 D 44 1E
Octal 200 56 30 0 100 121 62 15 104 36
Binary 10000000 101110 11000 0 1000000 1010001 110010 1101 1000100 11110

Color Harmonies of #802E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802E18

Black with #802E18

Text Example


Text Example

White with #802E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,46,24); }

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

background-color css

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

 a { background-color: rgb(128,46,24); }

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

border-color css

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

 span { border-color: rgb(128,46,24); }

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