#753B14

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

Shades of Peru Tan #753B14

Tints of Peru Tan #753B14

Color information

#753B14 (or 0x753B14) is unknown color: approx Peru Tan. HEX triplet: 75, 3B and 14. RGB value is (117,59,20). Sum of RGB (Red+Green+Blue) = 117+59+20=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #753B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753B14 is #8AC4EB. Grayscale: #484848. Windows color (decimal): -9094380 or 1325941. OLE color: 1325941.

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

Color convert

RGB1175920-
CMYK00.500.830.54
HSL24.12º70.8%26.86%-
HSV(B)24.12º82.91%45.88%-
XYZ9.036.961.53-
YUV71.998.72160.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.69%
GREEN value IS 59 (23.44% from 255) = 30.10%
BLUE value IS 20 (8.20% from 255) = 10.20%
R=59.69%
G=30.10%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117592000.500.830.5424.1270.826.86
Hex753B14032533618471b
Octal1657324062123663010733
Binary1110101111011101000110010101001111011011000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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