Html Css Color HEX #802B0D Burnt Umber

📋 copy color: '#802B0D'

red 128 ◦ green 43 ◦ blue 13

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

Shades of Burnt Umber #802B0D

Tints of Burnt Umber #802B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.07%

R = 69.57%
G = 23.37%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.50

RGB Variations

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

Color information

#802B0D (or 0x802B0D) is known color: Burnt Umber. HEX triplet: 80, 2B and 0D. RGB value is (128,43,13). Sum of RGB (Red+Green+Blue) = 128+43+13=184 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.57% from 184); Green value is 43 (17.19% from 255 or 23.37% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 128 - color contains mainly: red. Hex color #802B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802B0D is #7FD4F2. Grayscale: #414141. Windows color (decimal): -8377587 or 863104. OLE color: 863104.

HSL color Cylindrical-coordinate representation of color #802B0D: hue angle of 15.65º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #802B0D is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 43 13 -
CMYK 0 0.66 0.90 0.50
HSL 15.65º 0.82% 0.28% -
HSV(B) 15.65º 0.9% 0.5% -
XYZ 9.84 6.35 1.09 -
YUV 65 98.66 172.94 -
System Red Green Blue C M Y K H S L
Decimal 128 43 13 0 0.66 0.90 0.50 15.65 0.82 0.28
Hex 80 2B D 0 42 5A 32 10 52 1C
Octal 200 53 15 0 102 132 62 20 122 34
Binary 10000000 101011 1101 0 1000010 1011010 110010 10000 1010010 11100

Color Harmonies of #802B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802B0D

Black with #802B0D

Text Example


Text Example

White with #802B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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