#753F16

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

Shades of Peru Tan #753F16

Tints of Peru Tan #753F16

Color information

#753F16 (or 0x753F16) is unknown color: approx Peru Tan. HEX triplet: 75, 3F and 16. RGB value is (117,63,22). Sum of RGB (Red+Green+Blue) = 117+63+22=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 22 (8.98% from 255 or 10.89% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #753F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753F16 is #8AC0E9. Grayscale: #4A4A4A. Windows color (decimal): -9093354 or 1458037. OLE color: 1458037.

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

Color convert

RGB1176322-
CMYK00.460.810.54
HSL25.89º68.35%27.25%-
HSV(B)25.89º81.2%45.88%-
XYZ9.267.391.7-
YUV74.4798.39158.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.92%
GREEN value IS 63 (25% from 255) = 31.19%
BLUE value IS 22 (8.98% from 255) = 10.89%
R=57.92%
G=31.19%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117632200.460.810.5425.8968.3527.25
Hex753F1602E51361a441b
Octal1657726056121663210433
Binary1110101111111101100101110101000111011011010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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