#732E0F

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

Shades of Peru Tan #732E0F

Tints of Peru Tan #732E0F

Color information

#732E0F (or 0x732E0F) is unknown color: approx Peru Tan. HEX triplet: 73, 2E and 0F. RGB value is (115,46,15). Sum of RGB (Red+Green+Blue) = 115+46+15=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #732E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732E0F is #8CD1F0. Grayscale: #3F3F3F. Windows color (decimal): -9228785 or 994931. OLE color: 994931.

HSL color Cylindrical-coordinate representation of color #732E0F: hue angle of 18.6º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #732E0F is Cyan = 0, Magento = 0.6, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1154615-
CMYK00.60.870.55
HSL18.6º76.92%25.49%-
HSV(B)18.6º86.96%45.1%-
XYZ8.135.631.11-
YUV63.1100.86165.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 65.34%
GREEN value IS 46 (18.36% from 255) = 26.14%
BLUE value IS 15 (6.25% from 255) = 8.52%
R=65.34%
G=26.14%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115461500.60.870.5518.676.9225.49
Hex732EF03C5737134d19
Octal1635617074127672311531
Binary111001110111011110111100101011111011110011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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