#722F15

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

Shades of Peru Tan #722F15

Tints of Peru Tan #722F15

Color information

#722F15 (or 0x722F15) is unknown color: approx Peru Tan. HEX triplet: 72, 2F and 15. RGB value is (114,47,21). Sum of RGB (Red+Green+Blue) = 114+47+21=182 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.64% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 114 - color contains mainly: red. Hex color #722F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722F15 is #8DD0EA. Grayscale: #404040. Windows color (decimal): -9294059 or 1388402. OLE color: 1388402.

HSL color Cylindrical-coordinate representation of color #722F15: hue angle of 16.77º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #722F15 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1144721-
CMYK00.590.820.55
HSL16.77º68.89%26.47%-
HSV(B)16.77º81.58%44.71%-
XYZ8.095.661.38-
YUV64.07103.7163.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.64%
GREEN value IS 47 (18.75% from 255) = 25.82%
BLUE value IS 21 (8.59% from 255) = 11.54%
R=62.64%
G=25.82%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114472100.590.820.5516.7768.8926.47
Hex722F1503B523711451a
Octal1625725073122672110532
Binary1110010101111101010111011101001011011110001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722F15; }

 p { color: rgb(114,47,21); }

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

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

 a { background-color: rgb(114,47,21); }

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

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

 span { border-color: rgb(114,47,21); }

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