#753917

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

Shades of Peru Tan #753917

Tints of Peru Tan #753917

Color information

#753917 (or 0x753917) is unknown color: approx Peru Tan. HEX triplet: 75, 39 and 17. RGB value is (117,57,23). Sum of RGB (Red+Green+Blue) = 117+57+23=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 23 (9.38% from 255 or 11.68% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #753917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753917 is #8AC6E8. Grayscale: #474747. Windows color (decimal): -9094889 or 1522037. OLE color: 1522037.

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

Color convert

RGB1175723-
CMYK00.510.800.54
HSL21.7º67.14%27.45%-
HSV(B)21.7º80.34%45.88%-
XYZ8.956.771.65-
YUV71.06100.88160.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.39%
GREEN value IS 57 (22.66% from 255) = 28.93%
BLUE value IS 23 (9.38% from 255) = 11.68%
R=59.39%
G=28.93%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117572300.510.800.5421.767.1427.45
Hex753917033503616431b
Octal1657127063120662610333
Binary1110101111001101110110011101000011011010110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753917; }

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

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

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

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

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

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

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

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