Html Css Color HEX #805215 Raw Umber

📋 copy color: '#805215'

red 128 ◦ green 82 ◦ blue 21

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

Shades of Raw Umber #805215

Tints of Raw Umber #805215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.09%

R = 55.41%
G = 35.5%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#805215 (or 0x805215) is known color: Raw Umber. HEX triplet: 80, 52 and 15. RGB value is (128,82,21). Sum of RGB (Red+Green+Blue) = 128+82+21=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #805215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805215 is #7FADEA. Grayscale: #595959. Windows color (decimal): -8367595 or 1397376. OLE color: 1397376.

HSL color Cylindrical-coordinate representation of color #805215: hue angle of 34.21º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #805215 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 82 21 -
CMYK 0 0.36 0.84 0.50
HSL 34.21º 0.72% 0.29% -
HSV(B) 34.21º 0.84% 0.5% -
XYZ 12.05 10.68 2.14 -
YUV 88.8 89.74 155.96 -
System Red Green Blue C M Y K H S L
Decimal 128 82 21 0 0.36 0.84 0.50 34.21 0.72 0.29
Hex 80 52 15 0 24 54 32 22 48 1D
Octal 200 122 25 0 44 124 62 42 110 35
Binary 10000000 1010010 10101 0 100100 1010100 110010 100010 1001000 11101

Color Harmonies of #805215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805215

Black with #805215

Text Example


Text Example

White with #805215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805215; }

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

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

background-color css

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

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

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

border-color css

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

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

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