#75391F

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

Shades of Peru Tan #75391F

Tints of Peru Tan #75391F

Color information

#75391F (or 0x75391F) is unknown color: approx Peru Tan. HEX triplet: 75, 39 and 1F. RGB value is (117,57,31). Sum of RGB (Red+Green+Blue) = 117+57+31=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #75391F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75391F is #8AC6E0. Grayscale: #484848. Windows color (decimal): -9094881 or 2046325. OLE color: 2046325.

HSL color Cylindrical-coordinate representation of color #75391F: hue angle of 18.14º degrees, saturation: 0.58, 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 #75391F is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1175731-
CMYK00.510.740.54
HSL18.14º58.11%29.02%-
HSV(B)18.14º73.5%45.88%-
XYZ9.056.812.13-
YUV71.98104.88160.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.07%
GREEN value IS 57 (22.66% from 255) = 27.80%
BLUE value IS 31 (12.5% from 255) = 15.12%
R=57.07%
G=27.80%
B=15.12%

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
Decimal117573100.510.740.5418.1458.1129.02
Hex75391F0334A36123a1d
Octal165713706311266227235
Binary111010111100111111011001110010101101101001011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75391F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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