#733D21

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

Shades of Peru Tan #733D21

Tints of Peru Tan #733D21

Color information

#733D21 (or 0x733D21) is unknown color: approx Peru Tan. HEX triplet: 73, 3D and 21. RGB value is (115,61,33). Sum of RGB (Red+Green+Blue) = 115+61+33=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #733D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733D21 is #8CC2DE. Grayscale: #4A4A4A. Windows color (decimal): -9224927 or 2178419. OLE color: 2178419.

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

Color convert

RGB1156133-
CMYK00.470.710.55
HSL20.49º55.41%29.02%-
HSV(B)20.49º71.3%45.1%-
XYZ9.017.092.33-
YUV73.95104.89157.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.02%
GREEN value IS 61 (24.22% from 255) = 29.19%
BLUE value IS 33 (13.28% from 255) = 15.79%
R=55.02%
G=29.19%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115613300.470.710.5520.4955.4129.02
Hex733D2102F473714371d
Octal163754105710767246735
Binary1110011111101100001010111110001111101111010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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