#753416

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

Shades of Peru Tan #753416

Tints of Peru Tan #753416

Color information

#753416 (or 0x753416) is unknown color: approx Peru Tan. HEX triplet: 75, 34 and 16. RGB value is (117,52,22). Sum of RGB (Red+Green+Blue) = 117+52+22=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #753416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753416 is #8ACBE9. Grayscale: #444444. Windows color (decimal): -9096170 or 1455221. OLE color: 1455221.

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

Color convert

RGB1175222-
CMYK00.560.810.54
HSL18.95º68.35%27.25%-
HSV(B)18.95º81.2%45.88%-
XYZ8.716.31.52-
YUV68.01102.03162.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.26%
GREEN value IS 52 (20.70% from 255) = 27.23%
BLUE value IS 22 (8.98% from 255) = 11.52%
R=61.26%
G=27.23%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117522200.560.810.5418.9568.3527.25
Hex753416038513613441b
Octal1656426070121662310433
Binary1110101110100101100111000101000111011010011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753416; }

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

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

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

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

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

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

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

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