Html Css Color HEX #80500E Raw Umber

📋 copy color: '#80500E'

red 128 ◦ green 80 ◦ blue 14

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

Shades of Raw Umber #80500E

Tints of Raw Umber #80500E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.04%

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

R = 57.66%
G = 36.04%
B = 6.31%

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

#80500E (or 0x80500E) is known color: Raw Umber. HEX triplet: 80, 50 and 0E. RGB value is (128,80,14). Sum of RGB (Red+Green+Blue) = 128+80+14=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #80500E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80500E is #7FAFF1. Grayscale: #575757. Windows color (decimal): -8368114 or 938112. OLE color: 938112.

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

Color convert

RGB 128 80 14 -
CMYK 0 0.38 0.89 0.50
HSL 34.74º 0.8% 0.28% -
HSV(B) 34.74º 0.89% 0.5% -
XYZ 11.85 10.36 1.79 -
YUV 86.83 86.9 157.37 -
System Red Green Blue C M Y K H S L
Decimal 128 80 14 0 0.38 0.89 0.50 34.74 0.8 0.28
Hex 80 50 E 0 26 59 32 23 50 1C
Octal 200 120 16 0 46 131 62 43 120 34
Binary 10000000 1010000 1110 0 100110 1011001 110010 100011 1010000 11100

Color Harmonies of #80500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80500E

Black with #80500E

Text Example


Text Example

White with #80500E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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