Html Css Color HEX #804F0E Raw Umber

📋 copy color: '#804F0E'

red 128 ◦ green 79 ◦ blue 14

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

Shades of Raw Umber #804F0E

Tints of Raw Umber #804F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.33%

R = 57.92%
G = 35.75%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.50

RGB Variations

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

Color information

#804F0E (or 0x804F0E) is known color: Raw Umber. HEX triplet: 80, 4F and 0E. RGB value is (128,79,14). Sum of RGB (Red+Green+Blue) = 128+79+14=221 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.92% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 128 - color contains mainly: red. Hex color #804F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #804F0E is #7FB0F1. Grayscale: #565656. Windows color (decimal): -8368370 or 937856. OLE color: 937856.

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

Color convert

RGB 128 79 14 -
CMYK 0 0.38 0.89 0.50
HSL 34.21º 0.8% 0.28% -
HSV(B) 34.21º 0.89% 0.5% -
XYZ 11.78 10.21 1.77 -
YUV 86.24 87.23 157.79 -
System Red Green Blue C M Y K H S L
Decimal 128 79 14 0 0.38 0.89 0.50 34.21 0.8 0.28
Hex 80 4F E 0 26 59 32 22 50 1C
Octal 200 117 16 0 46 131 62 42 120 34
Binary 10000000 1001111 1110 0 100110 1011001 110010 100010 1010000 11100

Color Harmonies of #804F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804F0E

Black with #804F0E

Text Example


Text Example

White with #804F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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