#754015

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

Shades of Peru Tan #754015

Tints of Peru Tan #754015

Color information

#754015 (or 0x754015) is unknown color: approx Peru Tan. HEX triplet: 75, 40 and 15. RGB value is (117,64,21). Sum of RGB (Red+Green+Blue) = 117+64+21=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #754015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754015 is #8ABFEA. Grayscale: #4B4B4B. Windows color (decimal): -9093099 or 1392757. OLE color: 1392757.

HSL color Cylindrical-coordinate representation of color #754015: hue angle of 26.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 #754015 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB1176421-
CMYK00.450.820.54
HSL26.88º69.57%27.06%-
HSV(B)26.88º82.05%45.88%-
XYZ9.37.51.67-
YUV74.9497.56158-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.92%
GREEN value IS 64 (25.39% from 255) = 31.68%
BLUE value IS 21 (8.59% from 255) = 10.40%
R=57.92%
G=31.68%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117642100.450.820.5426.8869.5727.06
Hex75401502D52361b461b
Octal16510025055122663310633
Binary11101011000000101010101101101001011011011011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754015; }

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

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

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

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

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

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

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

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