#803614

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

Shades of Peru Tan #803614

Tints of Peru Tan #803614

Color information

#803614 (or 0x803614) is unknown color: approx Peru Tan. HEX triplet: 80, 36 and 14. RGB value is (128,54,20). Sum of RGB (Red+Green+Blue) = 128+54+20=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #803614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803614 is #7FC9EB. Grayscale: #484848. Windows color (decimal): -8374764 or 1324672. OLE color: 1324672.

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

Color convert

RGB1285420-
CMYK00.580.840.50
HSL18.89º72.97%29.02%-
HSV(B)18.89º84.38%50.2%-
XYZ10.357.281.52-
YUV72.2598.52167.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 63.37%
GREEN value IS 54 (21.48% from 255) = 26.73%
BLUE value IS 20 (8.20% from 255) = 9.90%
R=63.37%
G=26.73%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128542000.580.840.5018.8972.9729.02
Hex80361403A543213491d
Octal2006624072124622311135
Binary10000000110110101000111010101010011001010011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803614; }

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

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

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

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

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

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

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

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