Html Css Color HEX #805010 Raw Umber

📋 copy color: '#805010'

red 128 ◦ green 80 ◦ blue 16

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

Shades of Raw Umber #805010

Tints of Raw Umber #805010

RGB

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

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

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

R = 57.14%
G = 35.71%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#805010 (or 0x805010) is known color: Raw Umber. HEX triplet: 80, 50 and 10. RGB value is (128,80,16). Sum of RGB (Red+Green+Blue) = 128+80+16=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #805010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805010 is #7FAFEF. Grayscale: #575757. Windows color (decimal): -8368112 or 1069184. OLE color: 1069184.

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

Color convert

RGB 128 80 16 -
CMYK 0 0.38 0.88 0.50
HSL 34.29º 0.78% 0.28% -
HSV(B) 34.29º 0.88% 0.5% -
XYZ 11.86 10.36 1.87 -
YUV 87.06 87.9 157.2 -
System Red Green Blue C M Y K H S L
Decimal 128 80 16 0 0.38 0.88 0.50 34.29 0.78 0.28
Hex 80 50 10 0 26 58 32 22 4E 1C
Octal 200 120 20 0 46 130 62 42 116 34
Binary 10000000 1010000 10000 0 100110 1011000 110010 100010 1001110 11100

Color Harmonies of #805010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805010

Black with #805010

Text Example


Text Example

White with #805010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805010; }

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

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

background-color css

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

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

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

border-color css

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

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

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