#754024

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

Shades of Peru Tan #754024

Tints of Peru Tan #754024

Color information

#754024 (or 0x754024) is unknown color: approx Peru Tan. HEX triplet: 75, 40 and 24. RGB value is (117,64,36). Sum of RGB (Red+Green+Blue) = 117+64+36=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 36 (14.45% from 255 or 16.59% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #754024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754024 is #8ABFDB. Grayscale: #4C4C4C. Windows color (decimal): -9093084 or 2375797. OLE color: 2375797.

HSL color Cylindrical-coordinate representation of color #754024: hue angle of 20.74º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #754024 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB1176436-
CMYK00.450.690.54
HSL20.74º52.94%30%-
HSV(B)20.74º69.23%45.88%-
XYZ9.497.582.63-
YUV76.65105.06156.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.92%
GREEN value IS 64 (25.39% from 255) = 29.49%
BLUE value IS 36 (14.45% from 255) = 16.59%
R=53.92%
G=29.49%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117643600.450.690.5420.7452.9430
Hex75402402D453615351e
Octal1651004405510566256536
Binary11101011000000100100010110110001011101101010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754024; }

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

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

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

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

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

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

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

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