#753C23

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

Shades of Peru Tan #753C23

Tints of Peru Tan #753C23

Color information

#753C23 (or 0x753C23) is unknown color: approx Peru Tan. HEX triplet: 75, 3C and 23. RGB value is (117,60,35). Sum of RGB (Red+Green+Blue) = 117+60+35=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 35 (14.06% from 255 or 16.51% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #753C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C23 is #8AC3DC. Grayscale: #4A4A4A. Windows color (decimal): -9094109 or 2309237. OLE color: 2309237.

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

Color convert

RGB1176035-
CMYK00.490.700.54
HSL18.29º53.95%29.8%-
HSV(B)18.29º70.09%45.88%-
XYZ9.267.132.48-
YUV74.19105.88158.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.19%
GREEN value IS 60 (23.83% from 255) = 28.30%
BLUE value IS 35 (14.06% from 255) = 16.51%
R=55.19%
G=28.30%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117603500.490.700.5418.2953.9529.8
Hex753C23031463612361e
Octal165744306110666226636
Binary1110101111100100011011000110001101101101001011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,60,35); }

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

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

 a { background-color: rgb(117,60,35); }

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

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

 span { border-color: rgb(117,60,35); }

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