#753A13

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

Shades of Peru Tan #753A13

Tints of Peru Tan #753A13

Color information

#753A13 (or 0x753A13) is unknown color: approx Peru Tan. HEX triplet: 75, 3A and 13. RGB value is (117,58,19). Sum of RGB (Red+Green+Blue) = 117+58+19=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #753A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753A13 is #8AC5EC. Grayscale: #474747. Windows color (decimal): -9094637 or 1260149. OLE color: 1260149.

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

Color convert

RGB1175819-
CMYK00.500.840.54
HSL23.88º72.06%26.67%-
HSV(B)23.88º83.76%45.88%-
XYZ8.976.861.47-
YUV71.1998.55160.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.31%
GREEN value IS 58 (23.05% from 255) = 29.90%
BLUE value IS 19 (7.81% from 255) = 9.79%
R=60.31%
G=29.90%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117581900.500.840.5423.8872.0626.67
Hex753A13032543618481b
Octal1657223062124663011033
Binary1110101111010100110110010101010011011011000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753A13; }

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

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

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

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

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

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

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

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