#753B15

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

Shades of Peru Tan #753B15

Tints of Peru Tan #753B15

Color information

#753B15 (or 0x753B15) is unknown color: approx Peru Tan. HEX triplet: 75, 3B and 15. RGB value is (117,59,21). Sum of RGB (Red+Green+Blue) = 117+59+21=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #753B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753B15 is #8AC4EA. Grayscale: #484848. Windows color (decimal): -9094379 or 1391477. OLE color: 1391477.

HSL color Cylindrical-coordinate representation of color #753B15: hue angle of 23.75º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #753B15 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB1175921-
CMYK00.500.820.54
HSL23.75º69.57%27.06%-
HSV(B)23.75º82.05%45.88%-
XYZ9.046.961.58-
YUV72.0199.22160.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.39%
GREEN value IS 59 (23.44% from 255) = 29.95%
BLUE value IS 21 (8.59% from 255) = 10.66%
R=59.39%
G=29.95%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117592100.500.820.5423.7569.5727.06
Hex753B15032523618461b
Octal1657325062122663010633
Binary1110101111011101010110010101001011011011000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,59,21); }

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

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

 a { background-color: rgb(117,59,21); }

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

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

 span { border-color: rgb(117,59,21); }

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