#753E14

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

Shades of Peru Tan #753E14

Tints of Peru Tan #753E14

Color information

#753E14 (or 0x753E14) is unknown color: approx Peru Tan. HEX triplet: 75, 3E and 14. RGB value is (117,62,20). Sum of RGB (Red+Green+Blue) = 117+62+20=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 62 (24.61% from 255 or 31.16% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #753E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753E14 is #8AC1EB. Grayscale: #494949. Windows color (decimal): -9093612 or 1326709. OLE color: 1326709.

HSL color Cylindrical-coordinate representation of color #753E14: hue angle of 25.98º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #753E14 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB1176220-
CMYK00.470.830.54
HSL25.98º70.8%26.86%-
HSV(B)25.98º82.91%45.88%-
XYZ9.197.281.58-
YUV73.6697.72158.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.79%
GREEN value IS 62 (24.61% from 255) = 31.16%
BLUE value IS 20 (8.20% from 255) = 10.05%
R=58.79%
G=31.16%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117622000.470.830.5425.9870.826.86
Hex753E1402F53361a471b
Octal1657624057123663210733
Binary1110101111110101000101111101001111011011010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,62,20); }

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

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

 a { background-color: rgb(117,62,20); }

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

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

 span { border-color: rgb(117,62,20); }

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