#72391C

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

Shades of Peru Tan #72391C

Tints of Peru Tan #72391C

Color information

#72391C (or 0x72391C) is unknown color: approx Peru Tan. HEX triplet: 72, 39 and 1C. RGB value is (114,57,28). Sum of RGB (Red+Green+Blue) = 114+57+28=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #72391C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72391C is #8DC6E3. Grayscale: #464646. Windows color (decimal): -9291492 or 1849714. OLE color: 1849714.

HSL color Cylindrical-coordinate representation of color #72391C: hue angle of 20.23º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72391C is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1145728-
CMYK00.500.750.55
HSL20.23º60.56%27.84%-
HSV(B)20.23º75.44%44.71%-
XYZ8.616.591.92-
YUV70.74103.88158.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.29%
GREEN value IS 57 (22.66% from 255) = 28.64%
BLUE value IS 28 (11.33% from 255) = 14.07%
R=57.29%
G=28.64%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114572800.500.750.5520.2360.5627.84
Hex72391C0324B37143d1c
Octal162713406211367247534
Binary111001011100111100011001010010111101111010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72391C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72391C; }

 p { color: rgb(114,57,28); }

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

<style>
 a { background-color: #72391C; }

 a { background-color: rgb(114,57,28); }

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

<style>
 span { border-color: #72391C; }

 span { border-color: rgb(114,57,28); }

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