#753D1C

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

Shades of Peru Tan #753D1C

Tints of Peru Tan #753D1C

Color information

#753D1C (or 0x753D1C) is unknown color: approx Peru Tan. HEX triplet: 75, 3D and 1C. RGB value is (117,61,28). Sum of RGB (Red+Green+Blue) = 117+61+28=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #753D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753D1C is #8AC2E3. Grayscale: #4A4A4A. Windows color (decimal): -9093860 or 1850741. OLE color: 1850741.

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

Color convert

RGB1176128-
CMYK00.480.760.54
HSL22.25º61.38%28.43%-
HSV(B)22.25º76.07%45.88%-
XYZ9.217.22-
YUV73.98102.05158.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.80%
GREEN value IS 61 (24.22% from 255) = 29.61%
BLUE value IS 28 (11.33% from 255) = 13.59%
R=56.80%
G=29.61%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117612800.480.760.5422.2561.3828.43
Hex753D1C0304C36163d1c
Octal165753406011466267534
Binary111010111110111100011000010011001101101011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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