#72350F

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

Shades of Peru Tan #72350F

Tints of Peru Tan #72350F

Color information

#72350F (or 0x72350F) is unknown color: approx Peru Tan. HEX triplet: 72, 35 and 0F. RGB value is (114,53,15). Sum of RGB (Red+Green+Blue) = 114+53+15=182 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.64% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 114 - color contains mainly: red. Hex color #72350F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72350F is #8DCAF0. Grayscale: #434343. Windows color (decimal): -9292529 or 996722. OLE color: 996722.

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

Color convert

RGB1145315-
CMYK00.540.870.55
HSL23.03º76.74%25.29%-
HSV(B)23.03º86.84%44.71%-
XYZ8.36.161.2-
YUV66.9198.71161.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.64%
GREEN value IS 53 (21.09% from 255) = 29.12%
BLUE value IS 15 (6.25% from 255) = 8.24%
R=62.64%
G=29.12%
B=8.24%

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
Decimal114531500.540.870.5523.0376.7425.29
Hex7235F0365737174d19
Octal1626517066127672711531
Binary111001011010111110110110101011111011110111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72350F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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