#753913

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

Shades of Peru Tan #753913

Tints of Peru Tan #753913

Color information

#753913 (or 0x753913) is unknown color: approx Peru Tan. HEX triplet: 75, 39 and 13. RGB value is (117,57,19). Sum of RGB (Red+Green+Blue) = 117+57+19=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #753913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753913 is #8AC6EC. Grayscale: #464646. Windows color (decimal): -9094893 or 1259893. OLE color: 1259893.

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

Color convert

RGB1175719-
CMYK00.510.840.54
HSL23.27º72.06%26.67%-
HSV(B)23.27º83.76%45.88%-
XYZ8.926.761.45-
YUV70.6198.88161.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.62%
GREEN value IS 57 (22.66% from 255) = 29.53%
BLUE value IS 19 (7.81% from 255) = 9.84%
R=60.62%
G=29.53%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117571900.510.840.5423.2772.0626.67
Hex753913033543617481b
Octal1657123063124662711033
Binary1110101111001100110110011101010011011010111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753913; }

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

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

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

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

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

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

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

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