#722C0E

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

Shades of Peru Tan #722C0E

Tints of Peru Tan #722C0E

Color information

#722C0E (or 0x722C0E) is unknown color: approx Peru Tan. HEX triplet: 72, 2C and 0E. RGB value is (114,44,14). Sum of RGB (Red+Green+Blue) = 114+44+14=172 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.28% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 114 - color contains mainly: red. Hex color #722C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722C0E is #8DD3F1. Grayscale: #3D3D3D. Windows color (decimal): -9294834 or 928882. OLE color: 928882.

HSL color Cylindrical-coordinate representation of color #722C0E: hue angle of 18º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #722C0E is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB1144414-
CMYK00.610.880.55
HSL18º78.12%25.1%-
HSV(B)18º87.72%44.71%-
XYZ7.925.411.04-
YUV61.51101.19165.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 66.28%
GREEN value IS 44 (17.58% from 255) = 25.58%
BLUE value IS 14 (5.86% from 255) = 8.14%
R=66.28%
G=25.58%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114441400.610.880.551878.1225.1
Hex722CE03D5837124e19
Octal1625416075130672211631
Binary111001010110011100111101101100011011110010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,44,14); }

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

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

 a { background-color: rgb(114,44,14); }

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

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

 span { border-color: rgb(114,44,14); }

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