#75351E

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

Shades of Peru Tan #75351E

Tints of Peru Tan #75351E

Color information

#75351E (or 0x75351E) is unknown color: approx Peru Tan. HEX triplet: 75, 35 and 1E. RGB value is (117,53,30). Sum of RGB (Red+Green+Blue) = 117+53+30=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #75351E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75351E is #8ACAE1. Grayscale: #454545. Windows color (decimal): -9095906 or 1979765. OLE color: 1979765.

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

Color convert

RGB1175330-
CMYK00.550.740.54
HSL15.86º59.18%28.82%-
HSV(B)15.86º74.36%45.88%-
XYZ8.846.422-
YUV69.51105.7161.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.5%
GREEN value IS 53 (21.09% from 255) = 26.5%
BLUE value IS 30 (12.11% from 255) = 15%
R=58.5%
G=26.5%
B=15%

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
Decimal117533000.550.740.5415.8659.1828.82
Hex75351E0374A36103b1d
Octal165653606711266207335
Binary111010111010111110011011110010101101101000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75351E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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