Html Css Color HEX #803516 Peru Tan

📋 copy color: '#803516'

red 128 ◦ green 53 ◦ blue 22

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

Shades of Peru Tan #803516

Tints of Peru Tan #803516

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.11%

 BLUE value IS 22 (8.98% from 255) = 10.84%

R = 63.05%
G = 26.11%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#803516 (or 0x803516) is known color: Peru Tan. HEX triplet: 80, 35 and 16. RGB value is (128,53,22). Sum of RGB (Red+Green+Blue) = 128+53+22=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #803516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803516 is #7FCAE9. Grayscale: #484848. Windows color (decimal): -8375018 or 1455488. OLE color: 1455488.

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

Color convert

RGB 128 53 22 -
CMYK 0 0.59 0.83 0.50
HSL 17.55º 0.71% 0.29% -
HSV(B) 17.55º 0.83% 0.5% -
XYZ 10.32 7.19 1.6 -
YUV 71.89 99.85 168.02 -
System Red Green Blue C M Y K H S L
Decimal 128 53 22 0 0.59 0.83 0.50 17.55 0.71 0.29
Hex 80 35 16 0 3B 53 32 12 47 1D
Octal 200 65 26 0 73 123 62 22 107 35
Binary 10000000 110101 10110 0 111011 1010011 110010 10010 1000111 11101

Color Harmonies of #803516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803516

Black with #803516

Text Example


Text Example

White with #803516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803516; }

 p { color: rgb(128,53,22); }

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

background-color css

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

 a { background-color: rgb(128,53,22); }

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

border-color css

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

 span { border-color: rgb(128,53,22); }

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