#753F14

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

Shades of Peru Tan #753F14

Tints of Peru Tan #753F14

Color information

#753F14 (or 0x753F14) is unknown color: approx Peru Tan. HEX triplet: 75, 3F and 14. RGB value is (117,63,20). Sum of RGB (Red+Green+Blue) = 117+63+20=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #753F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753F14 is #8AC0EB. Grayscale: #4A4A4A. Windows color (decimal): -9093356 or 1326965. OLE color: 1326965.

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

Color convert

RGB1176320-
CMYK00.460.830.54
HSL26.6º70.8%26.86%-
HSV(B)26.6º82.91%45.88%-
XYZ9.247.391.6-
YUV74.2497.39158.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.5%
GREEN value IS 63 (25% from 255) = 31.5%
BLUE value IS 20 (8.20% from 255) = 10%
R=58.5%
G=31.5%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117632000.460.830.5426.670.826.86
Hex753F1402E53361b471b
Octal1657724056123663310733
Binary1110101111111101000101110101001111011011011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,63,20); }

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

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

 a { background-color: rgb(117,63,20); }

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

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

 span { border-color: rgb(117,63,20); }

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