Html Css Color HEX #805205 Raw Umber

📋 copy color: '#805205'

red 128 ◦ green 82 ◦ blue 5

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

Shades of Raw Umber #805205

Tints of Raw Umber #805205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.33%

R = 59.53%
G = 38.14%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#805205 (or 0x805205) is known color: Raw Umber. HEX triplet: 80, 52 and 05. RGB value is (128,82,5). Sum of RGB (Red+Green+Blue) = 128+82+5=215 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.53% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 128 - color contains mainly: red. Hex color #805205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805205 is #7FADFA. Grayscale: #575757. Windows color (decimal): -8367611 or 348800. OLE color: 348800.

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

Color convert

RGB 128 82 5 -
CMYK 0 0.36 0.96 0.50
HSL 37.56º 0.92% 0.26% -
HSV(B) 37.56º 0.96% 0.5% -
XYZ 11.95 10.63 1.57 -
YUV 86.98 81.74 157.26 -
System Red Green Blue C M Y K H S L
Decimal 128 82 5 0 0.36 0.96 0.50 37.56 0.92 0.26
Hex 80 52 5 0 24 60 32 26 5C 1A
Octal 200 122 5 0 44 140 62 46 134 32
Binary 10000000 1010010 101 0 100100 1100000 110010 100110 1011100 11010

Color Harmonies of #805205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805205

Black with #805205

Text Example


Text Example

White with #805205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805205; }

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

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

background-color css

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

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

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

border-color css

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

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

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