Html Css Color HEX #802814 Burnt Umber

📋 copy color: '#802814'

red 128 ◦ green 40 ◦ blue 20

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

Shades of Burnt Umber #802814

Tints of Burnt Umber #802814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.64%

R = 68.09%
G = 21.28%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#802814 (or 0x802814) is known color: Burnt Umber. HEX triplet: 80, 28 and 14. RGB value is (128,40,20). Sum of RGB (Red+Green+Blue) = 128+40+20=188 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.09% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 128 - color contains mainly: red. Hex color #802814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802814 is #7FD7EB. Grayscale: #404040. Windows color (decimal): -8378348 or 1321088. OLE color: 1321088.

HSL color Cylindrical-coordinate representation of color #802814: hue angle of 11.11º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #802814 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 40 20 -
CMYK 0 0.69 0.84 0.50
HSL 11.11º 0.73% 0.29% -
HSV(B) 11.11º 0.84% 0.5% -
XYZ 9.79 6.16 1.33 -
YUV 64.03 103.15 173.63 -
System Red Green Blue C M Y K H S L
Decimal 128 40 20 0 0.69 0.84 0.50 11.11 0.73 0.29
Hex 80 28 14 0 45 54 32 B 49 1D
Octal 200 50 24 0 105 124 62 13 111 35
Binary 10000000 101000 10100 0 1000101 1010100 110010 1011 1001001 11101

Color Harmonies of #802814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802814

Black with #802814

Text Example


Text Example

White with #802814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802814; }

 p { color: rgb(128,40,20); }

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

background-color css

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

 a { background-color: rgb(128,40,20); }

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

border-color css

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

 span { border-color: rgb(128,40,20); }

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