#754219

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

Shades of Peru Tan #754219

Tints of Peru Tan #754219

Color information

#754219 (or 0x754219) is unknown color: approx Peru Tan. HEX triplet: 75, 42 and 19. RGB value is (117,66,25). Sum of RGB (Red+Green+Blue) = 117+66+25=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #754219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754219 is #8ABDE6. Grayscale: #4C4C4C. Windows color (decimal): -9092583 or 1655413. OLE color: 1655413.

HSL color Cylindrical-coordinate representation of color #754219: hue angle of 26.74º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #754219 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB1176625-
CMYK00.440.790.54
HSL26.74º64.79%27.84%-
HSV(B)26.74º78.63%45.88%-
XYZ9.467.751.92-
YUV76.5798.9156.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.25%
GREEN value IS 66 (26.17% from 255) = 31.73%
BLUE value IS 25 (10.16% from 255) = 12.02%
R=56.25%
G=31.73%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117662500.440.790.5426.7464.7927.84
Hex75421902C4F361b411c
Octal16510231054117663310134
Binary11101011000010110010101100100111111011011011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754219; }

 p { color: rgb(117,66,25); }

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

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

 a { background-color: rgb(117,66,25); }

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

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

 span { border-color: rgb(117,66,25); }

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