Html Css Color HEX #804E10 Raw Umber

📋 copy color: '#804E10'

red 128 ◦ green 78 ◦ blue 16

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

Shades of Raw Umber #804E10

Tints of Raw Umber #804E10

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.14%

 BLUE value IS 16 (6.64% from 255) = 7.21%

R = 57.66%
G = 35.14%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#804E10 (or 0x804E10) is known color: Raw Umber. HEX triplet: 80, 4E and 10. RGB value is (128,78,16). Sum of RGB (Red+Green+Blue) = 128+78+16=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #804E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #804E10 is #7FB1EF. Grayscale: #565656. Windows color (decimal): -8368624 or 1068672. OLE color: 1068672.

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

Color convert

RGB 128 78 16 -
CMYK 0 0.39 0.88 0.50
HSL 33.21º 0.78% 0.28% -
HSV(B) 33.21º 0.88% 0.5% -
XYZ 11.72 10.08 1.82 -
YUV 85.88 88.57 158.04 -
System Red Green Blue C M Y K H S L
Decimal 128 78 16 0 0.39 0.88 0.50 33.21 0.78 0.28
Hex 80 4E 10 0 27 58 32 21 4E 1C
Octal 200 116 20 0 47 130 62 41 116 34
Binary 10000000 1001110 10000 0 100111 1011000 110010 100001 1001110 11100

Color Harmonies of #804E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804E10

Black with #804E10

Text Example


Text Example

White with #804E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,78,16); }

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

background-color css

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

 a { background-color: rgb(128,78,16); }

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

border-color css

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

 span { border-color: rgb(128,78,16); }

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