#75391E

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

Shades of Peru Tan #75391E

Tints of Peru Tan #75391E

Color information

#75391E (or 0x75391E) is unknown color: approx Peru Tan. HEX triplet: 75, 39 and 1E. RGB value is (117,57,30). Sum of RGB (Red+Green+Blue) = 117+57+30=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 30 (12.11% from 255 or 14.71% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #75391E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75391E is #8AC6E1. Grayscale: #484848. Windows color (decimal): -9094882 or 1980789. OLE color: 1980789.

HSL color Cylindrical-coordinate representation of color #75391E: hue angle of 18.62º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75391E is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1175730-
CMYK00.510.740.54
HSL18.62º59.18%28.82%-
HSV(B)18.62º74.36%45.88%-
XYZ9.036.82.07-
YUV71.86104.38160.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.35%
GREEN value IS 57 (22.66% from 255) = 27.94%
BLUE value IS 30 (12.11% from 255) = 14.71%
R=57.35%
G=27.94%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117573000.510.740.5418.6259.1828.82
Hex75391E0334A36133b1d
Octal165713606311266237335
Binary111010111100111110011001110010101101101001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75391E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,57,30); }

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

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

 a { background-color: rgb(117,57,30); }

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

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

 span { border-color: rgb(117,57,30); }

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