#72350E

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

Shades of Peru Tan #72350E

Tints of Peru Tan #72350E

Color information

#72350E (or 0x72350E) is unknown color: approx Peru Tan. HEX triplet: 72, 35 and 0E. RGB value is (114,53,14). Sum of RGB (Red+Green+Blue) = 114+53+14=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #72350E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72350E is #8DCAF1. Grayscale: #434343. Windows color (decimal): -9292530 or 931186. OLE color: 931186.

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

Color convert

RGB1145314-
CMYK00.540.880.55
HSL23.4º78.12%25.1%-
HSV(B)23.4º87.72%44.71%-
XYZ8.296.161.17-
YUV66.7998.21161.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.98%
GREEN value IS 53 (21.09% from 255) = 29.28%
BLUE value IS 14 (5.86% from 255) = 7.73%
R=62.98%
G=29.28%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114531400.540.880.5523.478.1225.1
Hex7235E0365837174e19
Octal1626516066130672711631
Binary111001011010111100110110101100011011110111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72350E; }

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

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

<style>
 a { background-color: #72350E; }

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

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

<style>
 span { border-color: #72350E; }

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

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