#753417

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

Shades of Peru Tan #753417

Tints of Peru Tan #753417

Color information

#753417 (or 0x753417) is unknown color: approx Peru Tan. HEX triplet: 75, 34 and 17. RGB value is (117,52,23). Sum of RGB (Red+Green+Blue) = 117+52+23=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 23 (9.38% from 255 or 11.98% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #753417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753417 is #8ACBE8. Grayscale: #444444. Windows color (decimal): -9096169 or 1520757. OLE color: 1520757.

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

Color convert

RGB1175223-
CMYK00.560.800.54
HSL18.51º67.14%27.45%-
HSV(B)18.51º80.34%45.88%-
XYZ8.726.31.57-
YUV68.13102.53162.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.94%
GREEN value IS 52 (20.70% from 255) = 27.08%
BLUE value IS 23 (9.38% from 255) = 11.98%
R=60.94%
G=27.08%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117522300.560.800.5418.5167.1427.45
Hex753417038503613431b
Octal1656427070120662310333
Binary1110101110100101110111000101000011011010011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753417; }

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

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

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

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

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

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

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

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