Html Css Color HEX #803210 Peru Tan

📋 copy color: '#803210'

red 128 ◦ green 50 ◦ blue 16

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

Shades of Peru Tan #803210

Tints of Peru Tan #803210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.25%

R = 65.98%
G = 25.77%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#803210 (or 0x803210) is known color: Peru Tan. HEX triplet: 80, 32 and 10. RGB value is (128,50,16). Sum of RGB (Red+Green+Blue) = 128+50+16=194 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.98% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 128 - color contains mainly: red. Hex color #803210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803210 is #7FCDEF. Grayscale: #454545. Windows color (decimal): -8375792 or 1061504. OLE color: 1061504.

HSL color Cylindrical-coordinate representation of color #803210: hue angle of 18.21º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #803210 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 50 16 -
CMYK 0 0.61 0.88 0.50
HSL 18.21º 0.78% 0.28% -
HSV(B) 18.21º 0.88% 0.5% -
XYZ 10.14 6.91 1.29 -
YUV 69.45 97.84 169.76 -
System Red Green Blue C M Y K H S L
Decimal 128 50 16 0 0.61 0.88 0.50 18.21 0.78 0.28
Hex 80 32 10 0 3D 58 32 12 4E 1C
Octal 200 62 20 0 75 130 62 22 116 34
Binary 10000000 110010 10000 0 111101 1011000 110010 10010 1001110 11100

Color Harmonies of #803210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803210

Black with #803210

Text Example


Text Example

White with #803210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803210; }

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

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

background-color css

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

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

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

border-color css

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

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

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