#72340A

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

Shades of Peru Tan #72340A

Tints of Peru Tan #72340A

Color information

#72340A (or 0x72340A) is unknown color: approx Peru Tan. HEX triplet: 72, 34 and 0A. RGB value is (114,52,10). Sum of RGB (Red+Green+Blue) = 114+52+10=176 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.77% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 114 - color contains mainly: red. Hex color #72340A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72340A is #8DCBF5. Grayscale: #414141. Windows color (decimal): -9292790 or 668786. OLE color: 668786.

HSL color Cylindrical-coordinate representation of color #72340A: hue angle of 24.23º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72340A is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1145210-
CMYK00.540.910.55
HSL24.23º83.87%24.31%-
HSV(B)24.23º91.23%44.71%-
XYZ8.226.061.02-
YUV65.7596.54162.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 64.77%
GREEN value IS 52 (20.70% from 255) = 29.55%
BLUE value IS 10 (4.30% from 255) = 5.68%
R=64.77%
G=29.55%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114521000.540.910.5524.2383.8724.31
Hex7234A0365B37185418
Octal1626412066133673012430
Binary111001011010010100110110101101111011111000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72340A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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