#72380F

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

Shades of Peru Tan #72380F

Tints of Peru Tan #72380F

Color information

#72380F (or 0x72380F) is unknown color: approx Peru Tan. HEX triplet: 72, 38 and 0F. RGB value is (114,56,15). Sum of RGB (Red+Green+Blue) = 114+56+15=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #72380F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72380F is #8DC7F0. Grayscale: #444444. Windows color (decimal): -9291761 or 997490. OLE color: 997490.

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

Color convert

RGB1145615-
CMYK00.510.870.55
HSL24.85º76.74%25.29%-
HSV(B)24.85º86.84%44.71%-
XYZ8.446.441.25-
YUV68.6797.72160.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.62%
GREEN value IS 56 (22.27% from 255) = 30.27%
BLUE value IS 15 (6.25% from 255) = 8.11%
R=61.62%
G=30.27%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114561500.510.870.5524.8576.7425.29
Hex7238F0335737194d19
Octal1627017063127673111531
Binary111001011100011110110011101011111011111001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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