#753217

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

Shades of Peru Tan #753217

Tints of Peru Tan #753217

Color information

#753217 (or 0x753217) is unknown color: approx Peru Tan. HEX triplet: 75, 32 and 17. RGB value is (117,50,23). Sum of RGB (Red+Green+Blue) = 117+50+23=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #753217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753217 is #8ACDE8. Grayscale: #434343. Windows color (decimal): -9096681 or 1520245. OLE color: 1520245.

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

Color convert

RGB1175023-
CMYK00.570.800.54
HSL17.23º67.14%27.45%-
HSV(B)17.23º80.34%45.88%-
XYZ8.636.121.54-
YUV66.96103.2163.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.58%
GREEN value IS 50 (19.92% from 255) = 26.32%
BLUE value IS 23 (9.38% from 255) = 12.11%
R=61.58%
G=26.32%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117502300.570.800.5417.2367.1427.45
Hex753217039503611431b
Octal1656227071120662110333
Binary1110101110010101110111001101000011011010001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753217; }

 p { color: rgb(117,50,23); }

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

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

 a { background-color: rgb(117,50,23); }

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

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

 span { border-color: rgb(117,50,23); }

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