#752F14

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

Shades of Peru Tan #752F14

Tints of Peru Tan #752F14

Color information

#752F14 (or 0x752F14) is unknown color: approx Peru Tan. HEX triplet: 75, 2F and 14. RGB value is (117,47,20). Sum of RGB (Red+Green+Blue) = 117+47+20=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #752F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752F14 is #8AD0EB. Grayscale: #414141. Windows color (decimal): -9097452 or 1322869. OLE color: 1322869.

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

Color convert

RGB1174720-
CMYK00.600.830.54
HSL16.7º70.8%26.86%-
HSV(B)16.7º82.91%45.88%-
XYZ8.485.871.35-
YUV64.85102.69165.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.59%
GREEN value IS 47 (18.75% from 255) = 25.54%
BLUE value IS 20 (8.20% from 255) = 10.87%
R=63.59%
G=25.54%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117472000.600.830.5416.770.826.86
Hex752F1403C533611471b
Octal1655724074123662110733
Binary1110101101111101000111100101001111011010001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752F14; }

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

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

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

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

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

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

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

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