#753615

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

Shades of Peru Tan #753615

Tints of Peru Tan #753615

Color information

#753615 (or 0x753615) is unknown color: approx Peru Tan. HEX triplet: 75, 36 and 15. RGB value is (117,54,21). Sum of RGB (Red+Green+Blue) = 117+54+21=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 21 (8.59% from 255 or 10.94% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #753615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753615 is #8AC9EA. Grayscale: #454545. Windows color (decimal): -9095659 or 1390197. OLE color: 1390197.

HSL color Cylindrical-coordinate representation of color #753615: hue angle of 20.62º 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 #753615 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB1175421-
CMYK00.540.820.54
HSL20.62º69.57%27.06%-
HSV(B)20.62º82.05%45.88%-
XYZ8.796.471.5-
YUV69.08100.87162.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.94%
GREEN value IS 54 (21.48% from 255) = 28.12%
BLUE value IS 21 (8.59% from 255) = 10.94%
R=60.94%
G=28.12%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117542100.540.820.5420.6269.5727.06
Hex753615036523615461b
Octal1656625066122662510633
Binary1110101110110101010110110101001011011010101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753615; }

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

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

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

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

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

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

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

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