#803514

Color #803514 Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #803514

Tints of Peru Tan #803514

Color information

#803514 (or 0x803514) is unknown color: approx Peru Tan. HEX triplet: 80, 35 and 14. RGB value is (128,53,20). Sum of RGB (Red+Green+Blue) = 128+53+20=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #803514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803514 is #7FCAEB. Grayscale: #474747. Windows color (decimal): -8375020 or 1324416. OLE color: 1324416.

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

Color convert

RGB1285320-
CMYK00.590.840.50
HSL18.33º72.97%29.02%-
HSV(B)18.33º84.38%50.2%-
XYZ10.37.191.51-
YUV71.6698.85168.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 63.68%
GREEN value IS 53 (21.09% from 255) = 26.37%
BLUE value IS 20 (8.20% from 255) = 9.95%
R=63.68%
G=26.37%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128532000.590.840.5018.3372.9729.02
Hex80351403B543212491d
Octal2006524073124622211135
Binary10000000110101101000111011101010011001010010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803514; }

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

 H1.HeaderClassName
 {
   color: #803514;
 }
 .AnyTagClassName
 {
   color: #803514;
 }
</style>
background-color css

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

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

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

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

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

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