Html Css Color HEX #805218 Raw Umber

📋 copy color: '#805218'

red 128 ◦ green 82 ◦ blue 24

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

Shades of Raw Umber #805218

Tints of Raw Umber #805218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.26%

R = 54.7%
G = 35.04%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#805218 (or 0x805218) is known color: Raw Umber. HEX triplet: 80, 52 and 18. RGB value is (128,82,24). Sum of RGB (Red+Green+Blue) = 128+82+24=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #805218 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805218 is #7FADE7. Grayscale: #595959. Windows color (decimal): -8367592 or 1593984. OLE color: 1593984.

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

Color convert

RGB 128 82 24 -
CMYK 0 0.36 0.81 0.50
HSL 33.46º 0.68% 0.3% -
HSV(B) 33.46º 0.81% 0.5% -
XYZ 12.08 10.69 2.29 -
YUV 89.14 91.24 155.72 -
System Red Green Blue C M Y K H S L
Decimal 128 82 24 0 0.36 0.81 0.50 33.46 0.68 0.3
Hex 80 52 18 0 24 51 32 21 44 1E
Octal 200 122 30 0 44 121 62 41 104 36
Binary 10000000 1010010 11000 0 100100 1010001 110010 100001 1000100 11110

Color Harmonies of #805218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805218

Black with #805218

Text Example


Text Example

White with #805218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805218; }

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

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

background-color css

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

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

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

border-color css

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

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

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