#733106

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

Shades of Peru Tan #733106

Tints of Peru Tan #733106

Color information

#733106 (or 0x733106) is unknown color: approx Peru Tan. HEX triplet: 73, 31 and 06. RGB value is (115,49,6). Sum of RGB (Red+Green+Blue) = 115+49+6=170 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.65% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 6 (2.73% from 255 or 3.53% from 170); Max value from RGB is 115 - color contains mainly: red. Hex color #733106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733106 is #8CCEF9. Grayscale: #404040. Windows color (decimal): -9228026 or 405875. OLE color: 405875.

HSL color Cylindrical-coordinate representation of color #733106: hue angle of 23.67º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #733106 is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB115496-
CMYK00.570.950.55
HSL23.67º90.08%23.73%-
HSV(B)23.67º94.78%45.1%-
XYZ8.25.850.87-
YUV63.8395.37164.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 67.65%
GREEN value IS 49 (19.53% from 255) = 28.82%
BLUE value IS 6 (2.73% from 255) = 3.53%
R=67.65%
G=28.82%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11549600.570.950.5523.6790.0823.73
Hex733160395F37185a18
Octal163616071137673013230
Binary11100111100011100111001101111111011111000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733106; }

 p { color: rgb(115,49,6); }

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

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

 a { background-color: rgb(115,49,6); }

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

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

 span { border-color: rgb(115,49,6); }

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