Html Css Color HEX #805213 Raw Umber

📋 copy color: '#805213'

red 128 ◦ green 82 ◦ blue 19

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

Shades of Raw Umber #805213

Tints of Raw Umber #805213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.3%

R = 55.9%
G = 35.81%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#805213 (or 0x805213) is known color: Raw Umber. HEX triplet: 80, 52 and 13. RGB value is (128,82,19). Sum of RGB (Red+Green+Blue) = 128+82+19=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #805213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805213 is #7FADEC. Grayscale: #585858. Windows color (decimal): -8367597 or 1266304. OLE color: 1266304.

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

Color convert

RGB 128 82 19 -
CMYK 0 0.36 0.85 0.50
HSL 34.68º 0.74% 0.29% -
HSV(B) 34.68º 0.85% 0.5% -
XYZ 12.04 10.67 2.04 -
YUV 88.57 88.74 156.12 -
System Red Green Blue C M Y K H S L
Decimal 128 82 19 0 0.36 0.85 0.50 34.68 0.74 0.29
Hex 80 52 13 0 24 55 32 23 4A 1D
Octal 200 122 23 0 44 125 62 43 112 35
Binary 10000000 1010010 10011 0 100100 1010101 110010 100011 1001010 11101

Color Harmonies of #805213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805213

Black with #805213

Text Example


Text Example

White with #805213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805213; }

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

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

background-color css

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

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

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

border-color css

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

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

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