#75371E

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

Shades of Peru Tan #75371E

Tints of Peru Tan #75371E

Color information

#75371E (or 0x75371E) is unknown color: approx Peru Tan. HEX triplet: 75, 37 and 1E. RGB value is (117,55,30). Sum of RGB (Red+Green+Blue) = 117+55+30=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #75371E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75371E is #8AC8E1. Grayscale: #464646. Windows color (decimal): -9095394 or 1980277. OLE color: 1980277.

HSL color Cylindrical-coordinate representation of color #75371E: hue angle of 17.24º 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 #75371E is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1175530-
CMYK00.530.740.54
HSL17.24º59.18%28.82%-
HSV(B)17.24º74.36%45.88%-
XYZ8.946.612.03-
YUV70.69105.04161.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.92%
GREEN value IS 55 (21.88% from 255) = 27.23%
BLUE value IS 30 (12.11% from 255) = 14.85%
R=57.92%
G=27.23%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117553000.530.740.5417.2459.1828.82
Hex75371E0354A36113b1d
Octal165673606511266217335
Binary111010111011111110011010110010101101101000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75371E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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