Html Css Color HEX #802C0E Burnt Umber

📋 copy color: '#802C0E'

red 128 ◦ green 44 ◦ blue 14

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

Shades of Burnt Umber #802C0E

Tints of Burnt Umber #802C0E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.66%

 BLUE value IS 14 (5.86% from 255) = 7.53%

R = 68.82%
G = 23.66%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.50

RGB Variations

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

Color information

#802C0E (or 0x802C0E) is known color: Burnt Umber. HEX triplet: 80, 2C and 0E. RGB value is (128,44,14). Sum of RGB (Red+Green+Blue) = 128+44+14=186 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.82% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 128 - color contains mainly: red. Hex color #802C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802C0E is #7FD3F1. Grayscale: #414141. Windows color (decimal): -8377330 or 928896. OLE color: 928896.

HSL color Cylindrical-coordinate representation of color #802C0E: hue angle of 15.79º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #802C0E is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 44 14 -
CMYK 0 0.66 0.89 0.50
HSL 15.79º 0.8% 0.28% -
HSV(B) 15.79º 0.89% 0.5% -
XYZ 9.88 6.42 1.13 -
YUV 65.7 98.83 172.44 -
System Red Green Blue C M Y K H S L
Decimal 128 44 14 0 0.66 0.89 0.50 15.79 0.8 0.28
Hex 80 2C E 0 42 59 32 10 50 1C
Octal 200 54 16 0 102 131 62 20 120 34
Binary 10000000 101100 1110 0 1000010 1011001 110010 10000 1010000 11100

Color Harmonies of #802C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802C0E

Black with #802C0E

Text Example


Text Example

White with #802C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,44,14); }

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

background-color css

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

 a { background-color: rgb(128,44,14); }

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

border-color css

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

 span { border-color: rgb(128,44,14); }

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