Html Css Color HEX #804F14 Raw Umber

📋 copy color: '#804F14'

red 128 ◦ green 79 ◦ blue 20

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

Shades of Raw Umber #804F14

Tints of Raw Umber #804F14

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.8%

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

R = 56.39%
G = 34.8%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#804F14 (or 0x804F14) is known color: Raw Umber. HEX triplet: 80, 4F and 14. RGB value is (128,79,20). Sum of RGB (Red+Green+Blue) = 128+79+20=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #804F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #804F14 is #7FB0EB. Grayscale: #575757. Windows color (decimal): -8368364 or 1331072. OLE color: 1331072.

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

Color convert

RGB 128 79 20 -
CMYK 0 0.38 0.84 0.50
HSL 32.78º 0.73% 0.29% -
HSV(B) 32.78º 0.84% 0.5% -
XYZ 11.82 10.23 2.01 -
YUV 86.93 90.23 157.3 -
System Red Green Blue C M Y K H S L
Decimal 128 79 20 0 0.38 0.84 0.50 32.78 0.73 0.29
Hex 80 4F 14 0 26 54 32 21 49 1D
Octal 200 117 24 0 46 124 62 41 111 35
Binary 10000000 1001111 10100 0 100110 1010100 110010 100001 1001001 11101

Color Harmonies of #804F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804F14

Black with #804F14

Text Example


Text Example

White with #804F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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