Html Css Color HEX #803214 Peru Tan

📋 copy color: '#803214'

red 128 ◦ green 50 ◦ blue 20

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

Shades of Peru Tan #803214

Tints of Peru Tan #803214

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.25%

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

R = 64.65%
G = 25.25%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#803214 (or 0x803214) is known color: Peru Tan. HEX triplet: 80, 32 and 14. RGB value is (128,50,20). Sum of RGB (Red+Green+Blue) = 128+50+20=198 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.65% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 128 - color contains mainly: red. Hex color #803214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803214 is #7FCDEB. Grayscale: #464646. Windows color (decimal): -8375788 or 1323648. OLE color: 1323648.

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

Color convert

RGB 128 50 20 -
CMYK 0 0.61 0.84 0.50
HSL 16.67º 0.73% 0.29% -
HSV(B) 16.67º 0.84% 0.5% -
XYZ 10.17 6.92 1.46 -
YUV 69.9 99.84 169.44 -
System Red Green Blue C M Y K H S L
Decimal 128 50 20 0 0.61 0.84 0.50 16.67 0.73 0.29
Hex 80 32 14 0 3D 54 32 11 49 1D
Octal 200 62 24 0 75 124 62 21 111 35
Binary 10000000 110010 10100 0 111101 1010100 110010 10001 1001001 11101

Color Harmonies of #803214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803214

Black with #803214

Text Example


Text Example

White with #803214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803214; }

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

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

background-color css

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

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

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

border-color css

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

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

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