#733B20

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

Shades of Peru Tan #733B20

Tints of Peru Tan #733B20

Color information

#733B20 (or 0x733B20) is unknown color: approx Peru Tan. HEX triplet: 73, 3B and 20. RGB value is (115,59,32). Sum of RGB (Red+Green+Blue) = 115+59+32=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #733B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733B20 is #8CC4DF. Grayscale: #484848. Windows color (decimal): -9225440 or 2112371. OLE color: 2112371.

HSL color Cylindrical-coordinate representation of color #733B20: hue angle of 19.52º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #733B20 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1155932-
CMYK00.490.720.55
HSL19.52º56.46%28.82%-
HSV(B)19.52º72.17%45.1%-
XYZ8.896.882.23-
YUV72.67105.05158.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.83%
GREEN value IS 59 (23.44% from 255) = 28.64%
BLUE value IS 32 (12.89% from 255) = 15.53%
R=55.83%
G=28.64%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115593200.490.720.5519.5256.4628.82
Hex733B20031483714381d
Octal163734006111067247035
Binary1110011111011100000011000110010001101111010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733B20; }

 p { color: rgb(115,59,32); }

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

<style>
 a { background-color: #733B20; }

 a { background-color: rgb(115,59,32); }

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

<style>
 span { border-color: #733B20; }

 span { border-color: rgb(115,59,32); }

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