#72350B

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

Shades of Peru Tan #72350B

Tints of Peru Tan #72350B

Color information

#72350B (or 0x72350B) is unknown color: approx Peru Tan. HEX triplet: 72, 35 and 0B. RGB value is (114,53,11). Sum of RGB (Red+Green+Blue) = 114+53+11=178 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.04% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 11 (4.69% from 255 or 6.18% from 178); Max value from RGB is 114 - color contains mainly: red. Hex color #72350B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72350B is #8DCAF4. Grayscale: #424242. Windows color (decimal): -9292533 or 734578. OLE color: 734578.

HSL color Cylindrical-coordinate representation of color #72350B: hue angle of 24.47º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72350B is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1145311-
CMYK00.540.900.55
HSL24.47º82.4%24.51%-
HSV(B)24.47º90.35%44.71%-
XYZ8.276.151.07-
YUV66.4596.71161.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 64.04%
GREEN value IS 53 (21.09% from 255) = 29.78%
BLUE value IS 11 (4.69% from 255) = 6.18%
R=64.04%
G=29.78%
B=6.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114531100.540.900.5524.4782.424.51
Hex7235B0365A37185219
Octal1626513066132673012231
Binary111001011010110110110110101101011011111000101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72350B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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