#753B22

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

Shades of Peru Tan #753B22

Tints of Peru Tan #753B22

Color information

#753B22 (or 0x753B22) is unknown color: approx Peru Tan. HEX triplet: 75, 3B and 22. RGB value is (117,59,34). Sum of RGB (Red+Green+Blue) = 117+59+34=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #753B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B22 is #8AC4DD. Grayscale: #494949. Windows color (decimal): -9094366 or 2243445. OLE color: 2243445.

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

Color convert

RGB1175934-
CMYK00.500.710.54
HSL18.07º54.97%29.61%-
HSV(B)18.07º70.94%45.88%-
XYZ9.197.032.39-
YUV73.49105.72159.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.71%
GREEN value IS 59 (23.44% from 255) = 28.10%
BLUE value IS 34 (13.67% from 255) = 16.19%
R=55.71%
G=28.10%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.71
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117593400.500.710.5418.0754.9729.61
Hex753B22032473612371e
Octal165734206210766226736
Binary1110101111011100010011001010001111101101001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,59,34); }

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

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

 a { background-color: rgb(117,59,34); }

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

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

 span { border-color: rgb(117,59,34); }

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