Html Css Color HEX #802F14 Burnt Umber

📋 copy color: '#802F14'

red 128 ◦ green 47 ◦ blue 20

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

Shades of Burnt Umber #802F14

Tints of Burnt Umber #802F14

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.1%

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

R = 65.64%
G = 24.1%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#802F14 (or 0x802F14) is known color: Burnt Umber. HEX triplet: 80, 2F and 14. RGB value is (128,47,20). Sum of RGB (Red+Green+Blue) = 128+47+20=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #802F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802F14 is #7FD0EB. Grayscale: #444444. Windows color (decimal): -8376556 or 1322880. OLE color: 1322880.

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

Color convert

RGB 128 47 20 -
CMYK 0 0.63 0.84 0.50
HSL 15º 0.73% 0.29% -
HSV(B) 15º 0.84% 0.5% -
XYZ 10.04 6.67 1.42 -
YUV 68.14 100.84 170.7 -
System Red Green Blue C M Y K H S L
Decimal 128 47 20 0 0.63 0.84 0.50 15 0.73 0.29
Hex 80 2F 14 0 3F 54 32 F 49 1D
Octal 200 57 24 0 77 124 62 17 111 35
Binary 10000000 101111 10100 0 111111 1010100 110010 1111 1001001 11101

Color Harmonies of #802F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802F14

Black with #802F14

Text Example


Text Example

White with #802F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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