#753014

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

Shades of Peru Tan #753014

Tints of Peru Tan #753014

Color information

#753014 (or 0x753014) is unknown color: approx Peru Tan. HEX triplet: 75, 30 and 14. RGB value is (117,48,20). Sum of RGB (Red+Green+Blue) = 117+48+20=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #753014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753014 is #8ACFEB. Grayscale: #414141. Windows color (decimal): -9097196 or 1323125. OLE color: 1323125.

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

Color convert

RGB1174820-
CMYK00.590.830.54
HSL17.32º70.8%26.86%-
HSV(B)17.32º82.91%45.88%-
XYZ8.525.951.36-
YUV65.44102.36164.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.24%
GREEN value IS 48 (19.14% from 255) = 25.95%
BLUE value IS 20 (8.20% from 255) = 10.81%
R=63.24%
G=25.95%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117482000.590.830.5417.3270.826.86
Hex75301403B533611471b
Octal1656024073123662110733
Binary1110101110000101000111011101001111011010001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753014; }

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

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

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

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

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

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

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

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