#75351F

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

Shades of Peru Tan #75351F

Tints of Peru Tan #75351F

Color information

#75351F (or 0x75351F) is unknown color: approx Peru Tan. HEX triplet: 75, 35 and 1F. RGB value is (117,53,31). Sum of RGB (Red+Green+Blue) = 117+53+31=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #75351F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75351F is #8ACAE0. Grayscale: #454545. Windows color (decimal): -9095905 or 2045301. OLE color: 2045301.

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

Color convert

RGB1175331-
CMYK00.550.740.54
HSL15.35º58.11%29.02%-
HSV(B)15.35º73.5%45.88%-
XYZ8.866.432.07-
YUV69.63106.2161.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.21%
GREEN value IS 53 (21.09% from 255) = 26.37%
BLUE value IS 31 (12.5% from 255) = 15.42%
R=58.21%
G=26.37%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117533100.550.740.5415.3558.1129.02
Hex75351F0374A36f3a1d
Octal165653706711266177235
Binary11101011101011111101101111001010110110111111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75351F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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