#75391D

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

Shades of Peru Tan #75391D

Tints of Peru Tan #75391D

Color information

#75391D (or 0x75391D) is unknown color: approx Peru Tan. HEX triplet: 75, 39 and 1D. RGB value is (117,57,29). Sum of RGB (Red+Green+Blue) = 117+57+29=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #75391D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75391D is #8AC6E2. Grayscale: #474747. Windows color (decimal): -9094883 or 1915253. OLE color: 1915253.

HSL color Cylindrical-coordinate representation of color #75391D: hue angle of 19.09º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #75391D is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1175729-
CMYK00.510.750.54
HSL19.09º60.27%28.63%-
HSV(B)19.09º75.21%45.88%-
XYZ9.026.82-
YUV71.75103.88160.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.64%
GREEN value IS 57 (22.66% from 255) = 28.08%
BLUE value IS 29 (11.72% from 255) = 14.29%
R=57.64%
G=28.08%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117572900.510.750.5419.0960.2728.63
Hex75391D0334B36133c1d
Octal165713506311366237435
Binary111010111100111101011001110010111101101001111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75391D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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