#732E0C

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

Shades of Peru Tan #732E0C

Tints of Peru Tan #732E0C

Color information

#732E0C (or 0x732E0C) is unknown color: approx Peru Tan. HEX triplet: 73, 2E and 0C. RGB value is (115,46,12). Sum of RGB (Red+Green+Blue) = 115+46+12=173 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.47% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 115 - color contains mainly: red. Hex color #732E0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732E0C is #8CD1F3. Grayscale: #3E3E3E. Windows color (decimal): -9228788 or 798323. OLE color: 798323.

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

Color convert

RGB1154612-
CMYK00.60.900.55
HSL19.81º81.1%24.9%-
HSV(B)19.81º89.57%45.1%-
XYZ8.115.631.01-
YUV62.7699.36165.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 66.47%
GREEN value IS 46 (18.36% from 255) = 26.59%
BLUE value IS 12 (5.08% from 255) = 6.94%
R=66.47%
G=26.59%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115461200.60.900.5519.8181.124.9
Hex732EC03C5A37145119
Octal1635614074132672412131
Binary111001110111011000111100101101011011110100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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