#733E22

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

Shades of Peru Tan #733E22

Tints of Peru Tan #733E22

Color information

#733E22 (or 0x733E22) is unknown color: approx Peru Tan. HEX triplet: 73, 3E and 22. RGB value is (115,62,34). Sum of RGB (Red+Green+Blue) = 115+62+34=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 34 (13.67% from 255 or 16.11% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #733E22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733E22 is #8CC1DD. Grayscale: #4A4A4A. Windows color (decimal): -9224670 or 2244211. OLE color: 2244211.

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

Color convert

RGB1156234-
CMYK00.460.700.55
HSL20.74º54.36%29.22%-
HSV(B)20.74º70.43%45.1%-
XYZ9.087.212.43-
YUV74.66105.06156.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.50%
GREEN value IS 62 (24.61% from 255) = 29.38%
BLUE value IS 34 (13.67% from 255) = 16.11%
R=54.50%
G=29.38%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115623400.460.700.5520.7454.3629.22
Hex733E2202E463715361d
Octal163764205610667256635
Binary1110011111110100010010111010001101101111010111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,62,34); }

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

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

 a { background-color: rgb(115,62,34); }

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

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

 span { border-color: rgb(115,62,34); }

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