#72340F

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

Shades of Peru Tan #72340F

Tints of Peru Tan #72340F

Color information

#72340F (or 0x72340F) is unknown color: approx Peru Tan. HEX triplet: 72, 34 and 0F. RGB value is (114,52,15). Sum of RGB (Red+Green+Blue) = 114+52+15=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #72340F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72340F is #8DCBF0. Grayscale: #424242. Windows color (decimal): -9292785 or 996466. OLE color: 996466.

HSL color Cylindrical-coordinate representation of color #72340F: hue angle of 22.42º 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 #72340F is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1145215-
CMYK00.540.870.55
HSL22.42º76.74%25.29%-
HSV(B)22.42º86.84%44.71%-
XYZ8.256.071.19-
YUV66.3299.04162.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.98%
GREEN value IS 52 (20.70% from 255) = 28.73%
BLUE value IS 15 (6.25% from 255) = 8.29%
R=62.98%
G=28.73%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114521500.540.870.5522.4276.7425.29
Hex7234F0365737164d19
Octal1626417066127672611531
Binary111001011010011110110110101011111011110110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72340F; }

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

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

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

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

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

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

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

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