#753513

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

Shades of Peru Tan #753513

Tints of Peru Tan #753513

Color information

#753513 (or 0x753513) is unknown color: approx Peru Tan. HEX triplet: 75, 35 and 13. RGB value is (117,53,19). Sum of RGB (Red+Green+Blue) = 117+53+19=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #753513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753513 is #8ACAEC. Grayscale: #444444. Windows color (decimal): -9095917 or 1258869. OLE color: 1258869.

HSL color Cylindrical-coordinate representation of color #753513: hue angle of 20.82º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #753513 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB1175319-
CMYK00.550.840.54
HSL20.82º72.06%26.67%-
HSV(B)20.82º83.76%45.88%-
XYZ8.736.381.39-
YUV68.26100.2162.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.90%
GREEN value IS 53 (21.09% from 255) = 28.04%
BLUE value IS 19 (7.81% from 255) = 10.05%
R=61.90%
G=28.04%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117531900.550.840.5420.8272.0626.67
Hex753513037543615481b
Octal1656523067124662511033
Binary1110101110101100110110111101010011011010101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753513; }

 p { color: rgb(117,53,19); }

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

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

 a { background-color: rgb(117,53,19); }

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

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

 span { border-color: rgb(117,53,19); }

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