Html Css Color HEX #802C14 Burnt Umber

📋 copy color: '#802C14'

red 128 ◦ green 44 ◦ blue 20

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

Shades of Burnt Umber #802C14

Tints of Burnt Umber #802C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.42%

R = 66.67%
G = 22.92%
B = 10.42%

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

#802C14 (or 0x802C14) is known color: Burnt Umber. HEX triplet: 80, 2C and 14. RGB value is (128,44,20). Sum of RGB (Red+Green+Blue) = 128+44+20=192 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.67% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 128 - color contains mainly: red. Hex color #802C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802C14 is #7FD3EB. Grayscale: #424242. Windows color (decimal): -8377324 or 1322112. OLE color: 1322112.

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

Color convert

RGB 128 44 20 -
CMYK 0 0.66 0.84 0.50
HSL 13.33º 0.73% 0.29% -
HSV(B) 13.33º 0.84% 0.5% -
XYZ 9.93 6.44 1.38 -
YUV 66.38 101.83 171.95 -
System Red Green Blue C M Y K H S L
Decimal 128 44 20 0 0.66 0.84 0.50 13.33 0.73 0.29
Hex 80 2C 14 0 42 54 32 D 49 1D
Octal 200 54 24 0 102 124 62 15 111 35
Binary 10000000 101100 10100 0 1000010 1010100 110010 1101 1001001 11101

Color Harmonies of #802C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802C14

Black with #802C14

Text Example


Text Example

White with #802C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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