#753714

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

Shades of Peru Tan #753714

Tints of Peru Tan #753714

Color information

#753714 (or 0x753714) is unknown color: approx Peru Tan. HEX triplet: 75, 37 and 14. RGB value is (117,55,20). Sum of RGB (Red+Green+Blue) = 117+55+20=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #753714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753714 is #8AC8EB. Grayscale: #454545. Windows color (decimal): -9095404 or 1324917. OLE color: 1324917.

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

Color convert

RGB1175520-
CMYK00.530.830.54
HSL21.65º70.8%26.86%-
HSV(B)21.65º82.91%45.88%-
XYZ8.836.561.46-
YUV69.55100.04161.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.94%
GREEN value IS 55 (21.88% from 255) = 28.65%
BLUE value IS 20 (8.20% from 255) = 10.42%
R=60.94%
G=28.65%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117552000.530.830.5421.6570.826.86
Hex753714035533616471b
Octal1656724065123662610733
Binary1110101110111101000110101101001111011010110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753714; }

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

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

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

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

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

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

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

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