#732D07

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

Shades of Peru Tan #732D07

Tints of Peru Tan #732D07

Color information

#732D07 (or 0x732D07) is unknown color: approx Peru Tan. HEX triplet: 73, 2D and 07. RGB value is (115,45,7). Sum of RGB (Red+Green+Blue) = 115+45+7=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 7 (3.12% from 255 or 4.19% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #732D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732D07 is #8CD2F8. Grayscale: #3D3D3D. Windows color (decimal): -9229049 or 470387. OLE color: 470387.

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

Color convert

RGB115457-
CMYK00.610.940.55
HSL21.11º88.52%23.92%-
HSV(B)21.11º93.91%45.1%-
XYZ8.055.540.85-
YUV61.697.19166.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.86%
GREEN value IS 45 (17.97% from 255) = 26.95%
BLUE value IS 7 (3.12% from 255) = 4.19%
R=68.86%
G=26.95%
B=4.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11545700.610.940.5521.1188.5223.92
Hex732D703D5E37155918
Octal163557075136672513130
Binary11100111011011110111101101111011011110101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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