Html Css Color HEX #805214 Raw Umber

📋 copy color: '#805214'

red 128 ◦ green 82 ◦ blue 20

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

Shades of Raw Umber #805214

Tints of Raw Umber #805214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.7%

R = 55.65%
G = 35.65%
B = 8.7%

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

#805214 (or 0x805214) is known color: Raw Umber. HEX triplet: 80, 52 and 14. RGB value is (128,82,20). Sum of RGB (Red+Green+Blue) = 128+82+20=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #805214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805214 is #7FADEB. Grayscale: #585858. Windows color (decimal): -8367596 or 1331840. OLE color: 1331840.

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

Color convert

RGB 128 82 20 -
CMYK 0 0.36 0.84 0.50
HSL 34.44º 0.73% 0.29% -
HSV(B) 34.44º 0.84% 0.5% -
XYZ 12.05 10.67 2.09 -
YUV 88.69 89.24 156.04 -
System Red Green Blue C M Y K H S L
Decimal 128 82 20 0 0.36 0.84 0.50 34.44 0.73 0.29
Hex 80 52 14 0 24 54 32 22 49 1D
Octal 200 122 24 0 44 124 62 42 111 35
Binary 10000000 1010010 10100 0 100100 1010100 110010 100010 1001001 11101

Color Harmonies of #805214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805214

Black with #805214

Text Example


Text Example

White with #805214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805214; }

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

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

background-color css

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

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

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

border-color css

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

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

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