#753820

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

Shades of Peru Tan #753820

Tints of Peru Tan #753820

Color information

#753820 (or 0x753820) is unknown color: approx Peru Tan. HEX triplet: 75, 38 and 20. RGB value is (117,56,32). Sum of RGB (Red+Green+Blue) = 117+56+32=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #753820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753820 is #8AC7DF. Grayscale: #474747. Windows color (decimal): -9095136 or 2111605. OLE color: 2111605.

HSL color Cylindrical-coordinate representation of color #753820: hue angle of 16.94º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #753820 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB1175632-
CMYK00.520.730.54
HSL16.94º57.05%29.22%-
HSV(B)16.94º72.65%45.88%-
XYZ9.016.712.19-
YUV71.5105.71160.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.07%
GREEN value IS 56 (22.27% from 255) = 27.32%
BLUE value IS 32 (12.89% from 255) = 15.61%
R=57.07%
G=27.32%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117563200.520.730.5416.9457.0529.22
Hex753820034493611391d
Octal165704006411166217135
Binary1110101111000100000011010010010011101101000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753820; }

 p { color: rgb(117,56,32); }

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

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

 a { background-color: rgb(117,56,32); }

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

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

 span { border-color: rgb(117,56,32); }

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