#732D10

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

Shades of Peru Tan #732D10

Tints of Peru Tan #732D10

Color information

#732D10 (or 0x732D10) is unknown color: approx Peru Tan. HEX triplet: 73, 2D and 10. RGB value is (115,45,16). Sum of RGB (Red+Green+Blue) = 115+45+16=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #732D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732D10 is #8CD2EF. Grayscale: #3E3E3E. Windows color (decimal): -9229040 or 1060211. OLE color: 1060211.

HSL color Cylindrical-coordinate representation of color #732D10: hue angle of 17.58º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #732D10 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB1154516-
CMYK00.610.860.55
HSL17.58º75.57%25.69%-
HSV(B)17.58º86.09%45.1%-
XYZ8.15.561.14-
YUV62.62101.69165.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 65.34%
GREEN value IS 45 (17.97% from 255) = 25.57%
BLUE value IS 16 (6.64% from 255) = 9.09%
R=65.34%
G=25.57%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115451600.610.860.5517.5875.5725.69
Hex732D1003D5637124c1a
Octal1635520075126672211432
Binary1110011101101100000111101101011011011110010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732D10; }

 p { color: rgb(115,45,16); }

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

<style>
 a { background-color: #732D10; }

 a { background-color: rgb(115,45,16); }

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

<style>
 span { border-color: #732D10; }

 span { border-color: rgb(115,45,16); }

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