#733C20

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

Shades of Peru Tan #733C20

Tints of Peru Tan #733C20

Color information

#733C20 (or 0x733C20) is unknown color: approx Peru Tan. HEX triplet: 73, 3C and 20. RGB value is (115,60,32). Sum of RGB (Red+Green+Blue) = 115+60+32=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #733C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733C20 is #8CC3DF. Grayscale: #494949. Windows color (decimal): -9225184 or 2112627. OLE color: 2112627.

HSL color Cylindrical-coordinate representation of color #733C20: hue angle of 20.24º 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 #733C20 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1156032-
CMYK00.480.720.55
HSL20.24º56.46%28.82%-
HSV(B)20.24º72.17%45.1%-
XYZ8.956.982.24-
YUV73.25104.72157.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.56%
GREEN value IS 60 (23.83% from 255) = 28.99%
BLUE value IS 32 (12.89% from 255) = 15.46%
R=55.56%
G=28.99%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115603200.480.720.5520.2456.4628.82
Hex733C20030483714381d
Octal163744006011067247035
Binary1110011111100100000011000010010001101111010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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