Html Css Color HEX #802A19 Burnt Umber

📋 copy color: '#802A19'

red 128 ◦ green 42 ◦ blue 25

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

Shades of Burnt Umber #802A19

Tints of Burnt Umber #802A19

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.54%

 BLUE value IS 25 (10.16% from 255) = 12.82%

R = 65.64%
G = 21.54%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#802A19 (or 0x802A19) is known color: Burnt Umber. HEX triplet: 80, 2A and 19. RGB value is (128,42,25). Sum of RGB (Red+Green+Blue) = 128+42+25=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 25 (10.16% from 255 or 12.82% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #802A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802A19 is #7FD5E6. Grayscale: #414141. Windows color (decimal): -8377831 or 1649280. OLE color: 1649280.

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

Color convert

RGB 128 42 25 -
CMYK 0 0.67 0.80 0.50
HSL 9.9º 0.67% 0.3% -
HSV(B) 9.9º 0.8% 0.5% -
XYZ 9.91 6.32 1.62 -
YUV 65.78 104.99 172.38 -
System Red Green Blue C M Y K H S L
Decimal 128 42 25 0 0.67 0.80 0.50 9.9 0.67 0.3
Hex 80 2A 19 0 43 50 32 A 43 1E
Octal 200 52 31 0 103 120 62 12 103 36
Binary 10000000 101010 11001 0 1000011 1010000 110010 1010 1000011 11110

Color Harmonies of #802A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802A19

Black with #802A19

Text Example


Text Example

White with #802A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,42,25); }

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

background-color css

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

 a { background-color: rgb(128,42,25); }

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

border-color css

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

 span { border-color: rgb(128,42,25); }

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