#753914

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

Shades of Peru Tan #753914

Tints of Peru Tan #753914

Color information

#753914 (or 0x753914) is unknown color: approx Peru Tan. HEX triplet: 75, 39 and 14. RGB value is (117,57,20). Sum of RGB (Red+Green+Blue) = 117+57+20=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #753914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753914 is #8AC6EB. Grayscale: #464646. Windows color (decimal): -9094892 or 1325429. OLE color: 1325429.

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

Color convert

RGB1175720-
CMYK00.510.830.54
HSL22.89º70.8%26.86%-
HSV(B)22.89º82.91%45.88%-
XYZ8.936.761.5-
YUV70.7299.38161.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.31%
GREEN value IS 57 (22.66% from 255) = 29.38%
BLUE value IS 20 (8.20% from 255) = 10.31%
R=60.31%
G=29.38%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117572000.510.830.5422.8970.826.86
Hex753914033533617471b
Octal1657124063123662710733
Binary1110101111001101000110011101001111011010111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753914; }

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

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

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

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

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

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

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

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