Html Css Color HEX #802915 Burnt Umber

📋 copy color: '#802915'

red 128 ◦ green 41 ◦ blue 21

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

Shades of Burnt Umber #802915

Tints of Burnt Umber #802915

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.58%

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

R = 67.37%
G = 21.58%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#802915 (or 0x802915) is known color: Burnt Umber. HEX triplet: 80, 29 and 15. RGB value is (128,41,21). Sum of RGB (Red+Green+Blue) = 128+41+21=190 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.37% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 128 - color contains mainly: red. Hex color #802915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802915 is #7FD6EA. Grayscale: #404040. Windows color (decimal): -8378091 or 1386880. OLE color: 1386880.

HSL color Cylindrical-coordinate representation of color #802915: hue angle of 11.21º 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 #802915 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 41 21 -
CMYK 0 0.68 0.84 0.50
HSL 11.21º 0.72% 0.29% -
HSV(B) 11.21º 0.84% 0.5% -
XYZ 9.83 6.23 1.39 -
YUV 64.73 103.32 173.13 -
System Red Green Blue C M Y K H S L
Decimal 128 41 21 0 0.68 0.84 0.50 11.21 0.72 0.29
Hex 80 29 15 0 44 54 32 B 48 1D
Octal 200 51 25 0 104 124 62 13 110 35
Binary 10000000 101001 10101 0 1000100 1010100 110010 1011 1001000 11101

Color Harmonies of #802915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802915

Black with #802915

Text Example


Text Example

White with #802915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802915; }

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

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

background-color css

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

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

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

border-color css

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

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

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