Html Css Color HEX #802914 Burnt Umber

📋 copy color: '#802914'

red 128 ◦ green 41 ◦ blue 20

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

Shades of Burnt Umber #802914

Tints of Burnt Umber #802914

RGB

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

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

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

R = 67.72%
G = 21.69%
B = 10.58%

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

#802914 (or 0x802914) is known color: Burnt Umber. HEX triplet: 80, 29 and 14. RGB value is (128,41,20). Sum of RGB (Red+Green+Blue) = 128+41+20=189 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.72% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 128 - color contains mainly: red. Hex color #802914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802914 is #7FD6EB. Grayscale: #404040. Windows color (decimal): -8378092 or 1321344. OLE color: 1321344.

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

Color convert

RGB 128 41 20 -
CMYK 0 0.68 0.84 0.50
HSL 11.67º 0.73% 0.29% -
HSV(B) 11.67º 0.84% 0.5% -
XYZ 9.82 6.23 1.35 -
YUV 64.62 102.82 173.21 -
System Red Green Blue C M Y K H S L
Decimal 128 41 20 0 0.68 0.84 0.50 11.67 0.73 0.29
Hex 80 29 14 0 44 54 32 C 49 1D
Octal 200 51 24 0 104 124 62 14 111 35
Binary 10000000 101001 10100 0 1000100 1010100 110010 1100 1001001 11101

Color Harmonies of #802914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802914

Black with #802914

Text Example


Text Example

White with #802914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802914; }

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

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

background-color css

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

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

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

border-color css

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

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

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