#75350E

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

Shades of Peru Tan #75350E

Tints of Peru Tan #75350E

Color information

#75350E (or 0x75350E) is unknown color: approx Peru Tan. HEX triplet: 75, 35 and 0E. RGB value is (117,53,14). Sum of RGB (Red+Green+Blue) = 117+53+14=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #75350E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75350E is #8ACAF1. Grayscale: #434343. Windows color (decimal): -9095922 or 931189. OLE color: 931189.

HSL color Cylindrical-coordinate representation of color #75350E: hue angle of 22.72º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #75350E is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB1175314-
CMYK00.550.880.54
HSL22.72º78.63%25.69%-
HSV(B)22.72º88.03%45.88%-
XYZ8.696.361.19-
YUV67.6997.7163.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.59%
GREEN value IS 53 (21.09% from 255) = 28.80%
BLUE value IS 14 (5.86% from 255) = 7.61%
R=63.59%
G=28.80%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117531400.550.880.5422.7278.6325.69
Hex7535E0375836174f1a
Octal1656516067130662711732
Binary111010111010111100110111101100011011010111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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