#733A21

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

Shades of Peru Tan #733A21

Tints of Peru Tan #733A21

Color information

#733A21 (or 0x733A21) is unknown color: approx Peru Tan. HEX triplet: 73, 3A and 21. RGB value is (115,58,33). Sum of RGB (Red+Green+Blue) = 115+58+33=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #733A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733A21 is #8CC5DE. Grayscale: #484848. Windows color (decimal): -9225695 or 2177651. OLE color: 2177651.

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

Color convert

RGB1155833-
CMYK00.500.710.55
HSL18.29º55.41%29.02%-
HSV(B)18.29º71.3%45.1%-
XYZ8.866.782.28-
YUV72.19105.88158.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.83%
GREEN value IS 58 (23.05% from 255) = 28.16%
BLUE value IS 33 (13.28% from 255) = 16.02%
R=55.83%
G=28.16%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115583300.500.710.5518.2955.4129.02
Hex733A21032473712371d
Octal163724106210767226735
Binary1110011111010100001011001010001111101111001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,58,33); }

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

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

 a { background-color: rgb(115,58,33); }

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

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

 span { border-color: rgb(115,58,33); }

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