#753C0F

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

Shades of Peru Tan #753C0F

Tints of Peru Tan #753C0F

Color information

#753C0F (or 0x753C0F) is unknown color: approx Peru Tan. HEX triplet: 75, 3C and 0F. RGB value is (117,60,15). Sum of RGB (Red+Green+Blue) = 117+60+15=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #753C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753C0F is #8AC3F0. Grayscale: #484848. Windows color (decimal): -9094129 or 998517. OLE color: 998517.

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

Color convert

RGB1176015-
CMYK00.490.870.54
HSL26.47º77.27%25.88%-
HSV(B)26.47º87.18%45.88%-
XYZ9.047.051.34-
YUV71.9195.88160.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.94%
GREEN value IS 60 (23.83% from 255) = 31.25%
BLUE value IS 15 (6.25% from 255) = 7.81%
R=60.94%
G=31.25%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117601500.490.870.5426.4777.2725.88
Hex753CF03157361a4d1a
Octal1657417061127663211532
Binary111010111110011110110001101011111011011010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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