#733206

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

Shades of Peru Tan #733206

Tints of Peru Tan #733206

Color information

#733206 (or 0x733206) is unknown color: approx Peru Tan. HEX triplet: 73, 32 and 06. RGB value is (115,50,6). Sum of RGB (Red+Green+Blue) = 115+50+6=171 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.25% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 115 - color contains mainly: red. Hex color #733206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733206 is #8CCDF9. Grayscale: #404040. Windows color (decimal): -9227770 or 406131. OLE color: 406131.

HSL color Cylindrical-coordinate representation of color #733206: hue angle of 24.22º 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 #733206 is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB115506-
CMYK00.570.950.55
HSL24.22º90.08%23.73%-
HSV(B)24.22º94.78%45.1%-
XYZ8.245.940.88-
YUV64.4295.03164.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 67.25%
GREEN value IS 50 (19.92% from 255) = 29.24%
BLUE value IS 6 (2.73% from 255) = 3.51%
R=67.25%
G=29.24%
B=3.51%

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
Decimal11550600.570.950.5524.2290.0823.73
Hex733260395F37185a18
Octal163626071137673013230
Binary11100111100101100111001101111111011111000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733206; }

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

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

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

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

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

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

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

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