#803718

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

Shades of Peru Tan #803718

Tints of Peru Tan #803718

Color information

#803718 (or 0x803718) is unknown color: approx Peru Tan. HEX triplet: 80, 37 and 18. RGB value is (128,55,24). Sum of RGB (Red+Green+Blue) = 128+55+24=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #803718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803718 is #7FC8E7. Grayscale: #494949. Windows color (decimal): -8374504 or 1587072. OLE color: 1587072.

HSL color Cylindrical-coordinate representation of color #803718: hue angle of 17.88º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #803718 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB1285524-
CMYK00.570.810.50
HSL17.88º68.42%29.8%-
HSV(B)17.88º81.25%50.2%-
XYZ10.437.391.74-
YUV73.29100.18167.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.84%
GREEN value IS 55 (21.88% from 255) = 26.57%
BLUE value IS 24 (9.77% from 255) = 11.59%
R=61.84%
G=26.57%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128552400.570.810.5017.8868.4229.8
Hex803718039513212441e
Octal2006730071121622210436
Binary10000000110111110000111001101000111001010010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803718; }

 p { color: rgb(128,55,24); }

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

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

 a { background-color: rgb(128,55,24); }

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

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

 span { border-color: rgb(128,55,24); }

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