#753715

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

Shades of Peru Tan #753715

Tints of Peru Tan #753715

Color information

#753715 (or 0x753715) is unknown color: approx Peru Tan. HEX triplet: 75, 37 and 15. RGB value is (117,55,21). Sum of RGB (Red+Green+Blue) = 117+55+21=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #753715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753715 is #8AC8EA. Grayscale: #454545. Windows color (decimal): -9095403 or 1390453. OLE color: 1390453.

HSL color Cylindrical-coordinate representation of color #753715: hue angle of 21.25º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #753715 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB1175521-
CMYK00.530.820.54
HSL21.25º69.57%27.06%-
HSV(B)21.25º82.05%45.88%-
XYZ8.846.571.51-
YUV69.66100.54161.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.62%
GREEN value IS 55 (21.88% from 255) = 28.50%
BLUE value IS 21 (8.59% from 255) = 10.88%
R=60.62%
G=28.50%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117552100.530.820.5421.2569.5727.06
Hex753715035523615461b
Octal1656725065122662510633
Binary1110101110111101010110101101001011011010101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753715; }

 p { color: rgb(117,55,21); }

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

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

 a { background-color: rgb(117,55,21); }

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

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

 span { border-color: rgb(117,55,21); }

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