#753C19

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

Shades of Peru Tan #753C19

Tints of Peru Tan #753C19

Color information

#753C19 (or 0x753C19) is unknown color: approx Peru Tan. HEX triplet: 75, 3C and 19. RGB value is (117,60,25). Sum of RGB (Red+Green+Blue) = 117+60+25=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #753C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753C19 is #8AC3E6. Grayscale: #494949. Windows color (decimal): -9094119 or 1653877. OLE color: 1653877.

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

Color convert

RGB1176025-
CMYK00.490.790.54
HSL22.83º64.79%27.84%-
HSV(B)22.83º78.63%45.88%-
XYZ9.137.081.81-
YUV73.05100.88159.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.92%
GREEN value IS 60 (23.83% from 255) = 29.70%
BLUE value IS 25 (10.16% from 255) = 12.38%
R=57.92%
G=29.70%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117602500.490.790.5422.8364.7927.84
Hex753C190314F3617411c
Octal1657431061117662710134
Binary1110101111100110010110001100111111011010111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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