Html Css Color HEX #802B15 Burnt Umber

📋 copy color: '#802B15'

red 128 ◦ green 43 ◦ blue 21

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

Shades of Burnt Umber #802B15

Tints of Burnt Umber #802B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.94%

R = 66.67%
G = 22.4%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#802B15 (or 0x802B15) is known color: Burnt Umber. HEX triplet: 80, 2B and 15. RGB value is (128,43,21). Sum of RGB (Red+Green+Blue) = 128+43+21=192 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.67% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 21 (8.59% from 255 or 10.94% from 192); Max value from RGB is 128 - color contains mainly: red. Hex color #802B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802B15 is #7FD4EA. Grayscale: #424242. Windows color (decimal): -8377579 or 1387392. OLE color: 1387392.

HSL color Cylindrical-coordinate representation of color #802B15: hue angle of 12.34º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #802B15 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 43 21 -
CMYK 0 0.66 0.84 0.50
HSL 12.34º 0.72% 0.29% -
HSV(B) 12.34º 0.84% 0.5% -
XYZ 9.9 6.37 1.42 -
YUV 65.91 102.66 172.29 -
System Red Green Blue C M Y K H S L
Decimal 128 43 21 0 0.66 0.84 0.50 12.34 0.72 0.29
Hex 80 2B 15 0 42 54 32 C 48 1D
Octal 200 53 25 0 102 124 62 14 110 35
Binary 10000000 101011 10101 0 1000010 1010100 110010 1100 1001000 11101

Color Harmonies of #802B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802B15

Black with #802B15

Text Example


Text Example

White with #802B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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