Html Css Color HEX #802813 Burnt Umber

📋 copy color: '#802813'

red 128 ◦ green 40 ◦ blue 19

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

Shades of Burnt Umber #802813

Tints of Burnt Umber #802813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.16%

R = 68.45%
G = 21.39%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#802813 (or 0x802813) is known color: Burnt Umber. HEX triplet: 80, 28 and 13. RGB value is (128,40,19). Sum of RGB (Red+Green+Blue) = 128+40+19=187 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.45% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 128 - color contains mainly: red. Hex color #802813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802813 is #7FD7EC. Grayscale: #404040. Windows color (decimal): -8378349 or 1255552. OLE color: 1255552.

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

Color convert

RGB 128 40 19 -
CMYK 0 0.69 0.85 0.50
HSL 11.56º 0.74% 0.29% -
HSV(B) 11.56º 0.85% 0.5% -
XYZ 9.78 6.15 1.29 -
YUV 63.92 102.65 173.71 -
System Red Green Blue C M Y K H S L
Decimal 128 40 19 0 0.69 0.85 0.50 11.56 0.74 0.29
Hex 80 28 13 0 45 55 32 C 4A 1D
Octal 200 50 23 0 105 125 62 14 112 35
Binary 10000000 101000 10011 0 1000101 1010101 110010 1100 1001010 11101

Color Harmonies of #802813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802813

Black with #802813

Text Example


Text Example

White with #802813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802813; }

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

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

background-color css

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

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

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

border-color css

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

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

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