Html Css Color HEX #802B1A Burnt Umber

📋 copy color: '#802B1A'

red 128 ◦ green 43 ◦ blue 26

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

Shades of Burnt Umber #802B1A

Tints of Burnt Umber #802B1A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.83%

 BLUE value IS 26 (10.55% from 255) = 13.2%

R = 64.97%
G = 21.83%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#802B1A (or 0x802B1A) is known color: Burnt Umber. HEX triplet: 80, 2B and 1A. RGB value is (128,43,26). Sum of RGB (Red+Green+Blue) = 128+43+26=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #802B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802B1A is #7FD4E5. Grayscale: #424242. Windows color (decimal): -8377574 or 1715072. OLE color: 1715072.

HSL color Cylindrical-coordinate representation of color #802B1A: hue angle of 10º degrees, saturation: 0.66, 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 #802B1A is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 43 26 -
CMYK 0 0.66 0.80 0.50
HSL 10º 0.66% 0.3% -
HSV(B) 10º 0.8% 0.5% -
XYZ 9.95 6.39 1.69 -
YUV 66.48 105.16 171.88 -
System Red Green Blue C M Y K H S L
Decimal 128 43 26 0 0.66 0.80 0.50 10 0.66 0.3
Hex 80 2B 1A 0 42 50 32 A 42 1E
Octal 200 53 32 0 102 120 62 12 102 36
Binary 10000000 101011 11010 0 1000010 1010000 110010 1010 1000010 11110

Color Harmonies of #802B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802B1A

Black with #802B1A

Text Example


Text Example

White with #802B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,43,26); }

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

background-color css

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

 a { background-color: rgb(128,43,26); }

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

border-color css

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

 span { border-color: rgb(128,43,26); }

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