#753616

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

Shades of Peru Tan #753616

Tints of Peru Tan #753616

Color information

#753616 (or 0x753616) is unknown color: approx Peru Tan. HEX triplet: 75, 36 and 16. RGB value is (117,54,22). Sum of RGB (Red+Green+Blue) = 117+54+22=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #753616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753616 is #8AC9E9. Grayscale: #454545. Windows color (decimal): -9095658 or 1455733. OLE color: 1455733.

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

Color convert

RGB1175422-
CMYK00.540.810.54
HSL20.21º68.35%27.25%-
HSV(B)20.21º81.2%45.88%-
XYZ8.86.481.55-
YUV69.19101.37162.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.62%
GREEN value IS 54 (21.48% from 255) = 27.98%
BLUE value IS 22 (8.98% from 255) = 11.40%
R=60.62%
G=27.98%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117542200.540.810.5420.2168.3527.25
Hex753616036513614441b
Octal1656626066121662410433
Binary1110101110110101100110110101000111011010100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753616; }

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

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

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

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

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

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

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

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