Html Css Color HEX #80510E Raw Umber

📋 copy color: '#80510E'

red 128 ◦ green 81 ◦ blue 14

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

Shades of Raw Umber #80510E

Tints of Raw Umber #80510E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.32%

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

R = 57.4%
G = 36.32%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.50

RGB Variations

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

Color information

#80510E (or 0x80510E) is known color: Raw Umber. HEX triplet: 80, 51 and 0E. RGB value is (128,81,14). Sum of RGB (Red+Green+Blue) = 128+81+14=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #80510E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80510E is #7FAEF1. Grayscale: #575757. Windows color (decimal): -8367858 or 938368. OLE color: 938368.

HSL color Cylindrical-coordinate representation of color #80510E: hue angle of 35.26º 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 #80510E is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 81 14 -
CMYK 0 0.37 0.89 0.50
HSL 35.26º 0.8% 0.28% -
HSV(B) 35.26º 0.89% 0.5% -
XYZ 11.92 10.51 1.81 -
YUV 87.42 86.57 156.95 -
System Red Green Blue C M Y K H S L
Decimal 128 81 14 0 0.37 0.89 0.50 35.26 0.8 0.28
Hex 80 51 E 0 25 59 32 23 50 1C
Octal 200 121 16 0 45 131 62 43 120 34
Binary 10000000 1010001 1110 0 100101 1011001 110010 100011 1010000 11100

Color Harmonies of #80510E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80510E

Black with #80510E

Text Example


Text Example

White with #80510E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80510E; }

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

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

background-color css

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

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

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

border-color css

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

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

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