#732e10

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

Shades of Peru Tan #732E10

Tints of Peru Tan #732E10

Color information

#732E10 (or 0x732E10) is unknown color: approx Peru Tan. HEX triplet: 73, 2E and 10. RGB value is (115,46,16). Sum of RGB (Red+Green+Blue) = 115+46+16=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #732E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732E10 is #8CD1EF. Grayscale: #3F3F3F. Windows color (decimal): -9228784 or 1060467. OLE color: 1060467.

HSL color Cylindrical-coordinate representation of color #732E10: hue angle of 18.18º 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 #732E10 is Cyan = 0, Magento = 0.6, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB1154616-
CMYK00.60.860.55
HSL18.18º75.57%25.69%-
HSV(B)18.18º86.09%45.1%-
XYZ8.145.641.15-
YUV63.21101.36164.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 64.97%
GREEN value IS 46 (18.36% from 255) = 25.99%
BLUE value IS 16 (6.64% from 255) = 9.04%
R=64.97%
G=25.99%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115461600.60.860.5518.1875.5725.69
Hex732E1003C5637124c1a
Octal1635620074126672211432
Binary1110011101110100000111100101011011011110010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732e10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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