Html Css Color HEX #802D10 Burnt Umber

📋 copy color: '#802D10'

red 128 ◦ green 45 ◦ blue 16

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

Shades of Burnt Umber #802D10

Tints of Burnt Umber #802D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.47%

R = 67.72%
G = 23.81%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#802D10 (or 0x802D10) is known color: Burnt Umber. HEX triplet: 80, 2D and 10. RGB value is (128,45,16). Sum of RGB (Red+Green+Blue) = 128+45+16=189 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.72% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 128 - color contains mainly: red. Hex color #802D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802D10 is #7FD2EF. Grayscale: #424242. Windows color (decimal): -8377072 or 1060224. OLE color: 1060224.

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

Color convert

RGB 128 45 16 -
CMYK 0 0.65 0.88 0.50
HSL 15.54º 0.78% 0.28% -
HSV(B) 15.54º 0.88% 0.5% -
XYZ 9.93 6.5 1.22 -
YUV 66.51 99.5 171.86 -
System Red Green Blue C M Y K H S L
Decimal 128 45 16 0 0.65 0.88 0.50 15.54 0.78 0.28
Hex 80 2D 10 0 41 58 32 10 4E 1C
Octal 200 55 20 0 101 130 62 20 116 34
Binary 10000000 101101 10000 0 1000001 1011000 110010 10000 1001110 11100

Color Harmonies of #802D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802D10

Black with #802D10

Text Example


Text Example

White with #802D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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