#722E0F

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

Shades of Peru Tan #722E0F

Tints of Peru Tan #722E0F

Color information

#722E0F (or 0x722E0F) is unknown color: approx Peru Tan. HEX triplet: 72, 2E and 0F. RGB value is (114,46,15). Sum of RGB (Red+Green+Blue) = 114+46+15=175 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.14% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 114 - color contains mainly: red. Hex color #722E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722E0F is #8DD1F0. Grayscale: #3E3E3E. Windows color (decimal): -9294321 or 994930. OLE color: 994930.

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

Color convert

RGB1144615-
CMYK00.600.870.55
HSL18.79º76.74%25.29%-
HSV(B)18.79º86.84%44.71%-
XYZ85.571.1-
YUV62.8101.03164.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.14%
GREEN value IS 46 (18.36% from 255) = 26.29%
BLUE value IS 15 (6.25% from 255) = 8.57%
R=65.14%
G=26.29%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114461500.600.870.5518.7976.7425.29
Hex722EF03C5737134d19
Octal1625617074127672311531
Binary111001010111011110111100101011111011110011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,46,15); }

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

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

 a { background-color: rgb(114,46,15); }

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

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

 span { border-color: rgb(114,46,15); }

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