#753821

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

Shades of Peru Tan #753821

Tints of Peru Tan #753821

Color information

#753821 (or 0x753821) is unknown color: approx Peru Tan. HEX triplet: 75, 38 and 21. RGB value is (117,56,33). Sum of RGB (Red+Green+Blue) = 117+56+33=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #753821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753821 is #8AC7DE. Grayscale: #474747. Windows color (decimal): -9095135 or 2177141. OLE color: 2177141.

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

Color convert

RGB1175633-
CMYK00.520.720.54
HSL16.43º56%29.41%-
HSV(B)16.43º71.79%45.88%-
XYZ9.026.722.26-
YUV71.62106.21160.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.80%
GREEN value IS 56 (22.27% from 255) = 27.18%
BLUE value IS 33 (13.28% from 255) = 16.02%
R=56.80%
G=27.18%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117563300.520.720.5416.435629.41
Hex753821034483610381d
Octal165704106411066207035
Binary1110101111000100001011010010010001101101000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753821; }

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

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

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

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

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

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

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

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