Html Css Color HEX #802C15 Burnt Umber

📋 copy color: '#802C15'

red 128 ◦ green 44 ◦ blue 21

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

Shades of Burnt Umber #802C15

Tints of Burnt Umber #802C15

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.8%

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

R = 66.32%
G = 22.8%
B = 10.88%

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

#802C15 (or 0x802C15) is known color: Burnt Umber. HEX triplet: 80, 2C and 15. RGB value is (128,44,21). Sum of RGB (Red+Green+Blue) = 128+44+21=193 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.32% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 128 - color contains mainly: red. Hex color #802C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802C15 is #7FD3EA. Grayscale: #424242. Windows color (decimal): -8377323 or 1387648. OLE color: 1387648.

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

Color convert

RGB 128 44 21 -
CMYK 0 0.66 0.84 0.50
HSL 12.9º 0.72% 0.29% -
HSV(B) 12.9º 0.84% 0.5% -
XYZ 9.94 6.44 1.43 -
YUV 66.49 102.33 171.87 -
System Red Green Blue C M Y K H S L
Decimal 128 44 21 0 0.66 0.84 0.50 12.9 0.72 0.29
Hex 80 2C 15 0 42 54 32 D 48 1D
Octal 200 54 25 0 102 124 62 15 110 35
Binary 10000000 101100 10101 0 1000010 1010100 110010 1101 1001000 11101

Color Harmonies of #802C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802C15

Black with #802C15

Text Example


Text Example

White with #802C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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