#753012

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

Shades of Peru Tan #753012

Tints of Peru Tan #753012

Color information

#753012 (or 0x753012) is unknown color: approx Peru Tan. HEX triplet: 75, 30 and 12. RGB value is (117,48,18). Sum of RGB (Red+Green+Blue) = 117+48+18=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #753012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753012 is #8ACFED. Grayscale: #414141. Windows color (decimal): -9097198 or 1192053. OLE color: 1192053.

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

Color convert

RGB1174818-
CMYK00.590.850.54
HSL18.18º73.33%26.47%-
HSV(B)18.18º84.62%45.88%-
XYZ8.55.941.27-
YUV65.21101.36164.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.93%
GREEN value IS 48 (19.14% from 255) = 26.23%
BLUE value IS 18 (7.42% from 255) = 9.84%
R=63.93%
G=26.23%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117481800.590.850.5418.1873.3326.47
Hex75301203B553612491a
Octal1656022073125662211132
Binary1110101110000100100111011101010111011010010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753012; }

 p { color: rgb(117,48,18); }

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

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

 a { background-color: rgb(117,48,18); }

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

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

 span { border-color: rgb(117,48,18); }

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