#753C1C

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

Shades of Peru Tan #753C1C

Tints of Peru Tan #753C1C

Color information

#753C1C (or 0x753C1C) is unknown color: approx Peru Tan. HEX triplet: 75, 3C and 1C. RGB value is (117,60,28). Sum of RGB (Red+Green+Blue) = 117+60+28=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #753C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C1C is #8AC3E3. Grayscale: #494949. Windows color (decimal): -9094116 or 1850485. OLE color: 1850485.

HSL color Cylindrical-coordinate representation of color #753C1C: hue angle of 21.57º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #753C1C is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB1176028-
CMYK00.490.760.54
HSL21.57º61.38%28.43%-
HSV(B)21.57º76.07%45.88%-
XYZ9.167.11.99-
YUV73.4102.38159.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.07%
GREEN value IS 60 (23.83% from 255) = 29.27%
BLUE value IS 28 (11.33% from 255) = 13.66%
R=57.07%
G=29.27%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117602800.490.760.5421.5761.3828.43
Hex753C1C0314C36163d1c
Octal165743406111466267534
Binary111010111110011100011000110011001101101011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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