Html Css Color HEX #802A1E Burnt Umber

📋 copy color: '#802A1E'

red 128 ◦ green 42 ◦ blue 30

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

Shades of Burnt Umber #802A1E

Tints of Burnt Umber #802A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15%

R = 64%
G = 21%
B = 15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#802A1E (or 0x802A1E) is known color: Burnt Umber. HEX triplet: 80, 2A and 1E. RGB value is (128,42,30). Sum of RGB (Red+Green+Blue) = 128+42+30=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 42 (16.80% from 255 or 21% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #802A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802A1E is #7FD5E1. Grayscale: #424242. Windows color (decimal): -8377826 or 1976960. OLE color: 1976960.

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

Color convert

RGB 128 42 30 -
CMYK 0 0.67 0.77 0.50
HSL 7.35º 0.62% 0.31% -
HSV(B) 7.35º 0.77% 0.5% -
XYZ 9.96 6.34 1.93 -
YUV 66.35 107.49 171.98 -
System Red Green Blue C M Y K H S L
Decimal 128 42 30 0 0.67 0.77 0.50 7.35 0.62 0.31
Hex 80 2A 1E 0 43 4D 32 7 3E 1F
Octal 200 52 36 0 103 115 62 7 76 37
Binary 10000000 101010 11110 0 1000011 1001101 110010 111 111110 11111

Color Harmonies of #802A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802A1E

Black with #802A1E

Text Example


Text Example

White with #802A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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