Html Css Color HEX #804F04 Raw Umber

📋 copy color: '#804F04'

red 128 ◦ green 79 ◦ blue 4

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

Shades of Raw Umber #804F04

Tints of Raw Umber #804F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.9%

R = 60.66%
G = 37.44%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#804F04 (or 0x804F04) is known color: Raw Umber. HEX triplet: 80, 4F and 04. RGB value is (128,79,4). Sum of RGB (Red+Green+Blue) = 128+79+4=211 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.66% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 128 - color contains mainly: red. Hex color #804F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #804F04 is #7FB0FB. Grayscale: #555555. Windows color (decimal): -8368380 or 282496. OLE color: 282496.

HSL color Cylindrical-coordinate representation of color #804F04: hue angle of 36.29º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #804F04 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 79 4 -
CMYK 0 0.38 0.97 0.50
HSL 36.29º 0.94% 0.26% -
HSV(B) 36.29º 0.97% 0.5% -
XYZ 11.72 10.19 1.46 -
YUV 85.1 82.23 158.6 -
System Red Green Blue C M Y K H S L
Decimal 128 79 4 0 0.38 0.97 0.50 36.29 0.94 0.26
Hex 80 4F 4 0 26 61 32 24 5E 1A
Octal 200 117 4 0 46 141 62 44 136 32
Binary 10000000 1001111 100 0 100110 1100001 110010 100100 1011110 11010

Color Harmonies of #804F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804F04

Black with #804F04

Text Example


Text Example

White with #804F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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