#753716

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

Shades of Peru Tan #753716

Tints of Peru Tan #753716

Color information

#753716 (or 0x753716) is unknown color: approx Peru Tan. HEX triplet: 75, 37 and 16. RGB value is (117,55,22). Sum of RGB (Red+Green+Blue) = 117+55+22=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #753716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753716 is #8AC8E9. Grayscale: #454545. Windows color (decimal): -9095402 or 1455989. OLE color: 1455989.

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

Color convert

RGB1175522-
CMYK00.530.810.54
HSL20.84º68.35%27.25%-
HSV(B)20.84º81.2%45.88%-
XYZ8.856.571.56-
YUV69.78101.04161.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.31%
GREEN value IS 55 (21.88% from 255) = 28.35%
BLUE value IS 22 (8.98% from 255) = 11.34%
R=60.31%
G=28.35%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117552200.530.810.5420.8468.3527.25
Hex753716035513615441b
Octal1656726065121662510433
Binary1110101110111101100110101101000111011010101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753716; }

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

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

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

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

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

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

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

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