#753C13

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

Shades of Peru Tan #753C13

Tints of Peru Tan #753C13

Color information

#753C13 (or 0x753C13) is unknown color: approx Peru Tan. HEX triplet: 75, 3C and 13. RGB value is (117,60,19). Sum of RGB (Red+Green+Blue) = 117+60+19=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #753C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753C13 is #8AC3EC. Grayscale: #484848. Windows color (decimal): -9094125 or 1260661. OLE color: 1260661.

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

Color convert

RGB1176019-
CMYK00.490.840.54
HSL25.1º72.06%26.67%-
HSV(B)25.1º83.76%45.88%-
XYZ9.077.061.5-
YUV72.3797.88159.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.69%
GREEN value IS 60 (23.83% from 255) = 30.61%
BLUE value IS 19 (7.81% from 255) = 9.69%
R=59.69%
G=30.61%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117601900.490.840.5425.172.0626.67
Hex753C13031543619481b
Octal1657423061124663111033
Binary1110101111100100110110001101010011011011001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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