#75290E

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

Shades of Peru Tan #75290E

Tints of Peru Tan #75290E

Color information

#75290E (or 0x75290E) is unknown color: approx Peru Tan. HEX triplet: 75, 29 and 0E. RGB value is (117,41,14). Sum of RGB (Red+Green+Blue) = 117+41+14=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #75290E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75290E is #8AD6F1. Grayscale: #3C3C3C. Windows color (decimal): -9098994 or 928117. OLE color: 928117.

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

Color convert

RGB1174114-
CMYK00.650.880.54
HSL15.73º78.63%25.69%-
HSV(B)15.73º88.03%45.88%-
XYZ8.215.41.03-
YUV60.65101.68168.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 68.02%
GREEN value IS 41 (16.41% from 255) = 23.84%
BLUE value IS 14 (5.86% from 255) = 8.14%
R=68.02%
G=23.84%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117411400.650.880.5415.7378.6325.69
Hex7529E0415836104f1a
Octal16551160101130662011732
Binary1110101101001111001000001101100011011010000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75290E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75290E; }

 p { color: rgb(117,41,14); }

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

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

 a { background-color: rgb(117,41,14); }

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

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

 span { border-color: rgb(117,41,14); }

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