#753815

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

Shades of Peru Tan #753815

Tints of Peru Tan #753815

Color information

#753815 (or 0x753815) is unknown color: approx Peru Tan. HEX triplet: 75, 38 and 15. RGB value is (117,56,21). Sum of RGB (Red+Green+Blue) = 117+56+21=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #753815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753815 is #8AC7EA. Grayscale: #464646. Windows color (decimal): -9095147 or 1390709. OLE color: 1390709.

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

Color convert

RGB1175621-
CMYK00.520.820.54
HSL21.88º69.57%27.06%-
HSV(B)21.88º82.05%45.88%-
XYZ8.896.661.53-
YUV70.25100.21161.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.31%
GREEN value IS 56 (22.27% from 255) = 28.87%
BLUE value IS 21 (8.59% from 255) = 10.82%
R=60.31%
G=28.87%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117562100.520.820.5421.8869.5727.06
Hex753815034523616461b
Octal1657025064122662610633
Binary1110101111000101010110100101001011011010110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753815; }

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

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

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

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

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

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

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

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