#753916

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

Shades of Peru Tan #753916

Tints of Peru Tan #753916

Color information

#753916 (or 0x753916) is unknown color: approx Peru Tan. HEX triplet: 75, 39 and 16. RGB value is (117,57,22). Sum of RGB (Red+Green+Blue) = 117+57+22=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #753916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753916 is #8AC6E9. Grayscale: #474747. Windows color (decimal): -9094890 or 1456501. OLE color: 1456501.

HSL color Cylindrical-coordinate representation of color #753916: hue angle of 22.11º 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 #753916 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB1175722-
CMYK00.510.810.54
HSL22.11º68.35%27.25%-
HSV(B)22.11º81.2%45.88%-
XYZ8.946.771.59-
YUV70.95100.38160.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.69%
GREEN value IS 57 (22.66% from 255) = 29.08%
BLUE value IS 22 (8.98% from 255) = 11.22%
R=59.69%
G=29.08%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117572200.510.810.5422.1168.3527.25
Hex753916033513616441b
Octal1657126063121662610433
Binary1110101111001101100110011101000111011010110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753916; }

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

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

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

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

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

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

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

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