#753114

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

Shades of Peru Tan #753114

Tints of Peru Tan #753114

Color information

#753114 (or 0x753114) is unknown color: approx Peru Tan. HEX triplet: 75, 31 and 14. RGB value is (117,49,20). Sum of RGB (Red+Green+Blue) = 117+49+20=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #753114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753114 is #8ACEEB. Grayscale: #424242. Windows color (decimal): -9096940 or 1323381. OLE color: 1323381.

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

Color convert

RGB1174920-
CMYK00.580.830.54
HSL17.94º70.8%26.86%-
HSV(B)17.94º82.91%45.88%-
XYZ8.566.031.37-
YUV66.03102.03164.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.90%
GREEN value IS 49 (19.53% from 255) = 26.34%
BLUE value IS 20 (8.20% from 255) = 10.75%
R=62.90%
G=26.34%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117492000.580.830.5417.9470.826.86
Hex75311403A533612471b
Octal1656124072123662210733
Binary1110101110001101000111010101001111011010010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753114; }

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

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

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

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

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

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

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

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