#753C1D

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

Shades of Peru Tan #753C1D

Tints of Peru Tan #753C1D

Color information

#753C1D (or 0x753C1D) is unknown color: approx Peru Tan. HEX triplet: 75, 3C and 1D. RGB value is (117,60,29). Sum of RGB (Red+Green+Blue) = 117+60+29=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #753C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C1D is #8AC3E2. Grayscale: #494949. Windows color (decimal): -9094115 or 1916021. OLE color: 1916021.

HSL color Cylindrical-coordinate representation of color #753C1D: hue angle of 21.14º 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 #753C1D is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1176029-
CMYK00.490.750.54
HSL21.14º60.27%28.63%-
HSV(B)21.14º75.21%45.88%-
XYZ9.177.12.05-
YUV73.51102.88159.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.80%
GREEN value IS 60 (23.83% from 255) = 29.13%
BLUE value IS 29 (11.72% from 255) = 14.08%
R=56.80%
G=29.13%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117602900.490.750.5421.1460.2728.63
Hex753C1D0314B36153c1d
Octal165743506111366257435
Binary111010111110011101011000110010111101101010111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753C1D; }

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

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

<style>
 a { background-color: #753C1D; }

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

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

<style>
 span { border-color: #753C1D; }

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

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