Html Css Color HEX #805210 Raw Umber

📋 copy color: '#805210'

red 128 ◦ green 82 ◦ blue 16

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

Shades of Raw Umber #805210

Tints of Raw Umber #805210

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.28%

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

R = 56.64%
G = 36.28%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#805210 (or 0x805210) is known color: Raw Umber. HEX triplet: 80, 52 and 10. RGB value is (128,82,16). Sum of RGB (Red+Green+Blue) = 128+82+16=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #805210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805210 is #7FADEF. Grayscale: #585858. Windows color (decimal): -8367600 or 1069696. OLE color: 1069696.

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

Color convert

RGB 128 82 16 -
CMYK 0 0.36 0.88 0.50
HSL 35.36º 0.78% 0.28% -
HSV(B) 35.36º 0.88% 0.5% -
XYZ 12.01 10.66 1.91 -
YUV 88.23 87.24 156.37 -
System Red Green Blue C M Y K H S L
Decimal 128 82 16 0 0.36 0.88 0.50 35.36 0.78 0.28
Hex 80 52 10 0 24 58 32 23 4E 1C
Octal 200 122 20 0 44 130 62 43 116 34
Binary 10000000 1010010 10000 0 100100 1011000 110010 100011 1001110 11100

Color Harmonies of #805210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805210

Black with #805210

Text Example


Text Example

White with #805210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805210; }

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

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

background-color css

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

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

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

border-color css

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

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

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