#753E18

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

Shades of Peru Tan #753E18

Tints of Peru Tan #753E18

Color information

#753E18 (or 0x753E18) is unknown color: approx Peru Tan. HEX triplet: 75, 3E and 18. RGB value is (117,62,24). Sum of RGB (Red+Green+Blue) = 117+62+24=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #753E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753E18 is #8AC1E7. Grayscale: #4A4A4A. Windows color (decimal): -9093608 or 1588853. OLE color: 1588853.

HSL color Cylindrical-coordinate representation of color #753E18: hue angle of 24.52º degrees, saturation: 0.66, 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 #753E18 is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB1176224-
CMYK00.470.790.54
HSL24.52º65.96%27.65%-
HSV(B)24.52º79.49%45.88%-
XYZ9.227.291.79-
YUV74.1199.72158.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.64%
GREEN value IS 62 (24.61% from 255) = 30.54%
BLUE value IS 24 (9.77% from 255) = 11.82%
R=57.64%
G=30.54%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117622400.470.790.5424.5265.9627.65
Hex753E1802F4F3619421c
Octal1657630057117663110234
Binary1110101111110110000101111100111111011011001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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