#733006

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

Shades of Peru Tan #733006

Tints of Peru Tan #733006

Color information

#733006 (or 0x733006) is unknown color: approx Peru Tan. HEX triplet: 73, 30 and 06. RGB value is (115,48,6). Sum of RGB (Red+Green+Blue) = 115+48+6=169 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.05% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 115 - color contains mainly: red. Hex color #733006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733006 is #8CCFF9. Grayscale: #3F3F3F. Windows color (decimal): -9228282 or 405619. OLE color: 405619.

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

Color convert

RGB115486-
CMYK00.580.950.55
HSL23.12º90.08%23.73%-
HSV(B)23.12º94.78%45.1%-
XYZ8.165.770.86-
YUV63.2495.7164.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.05%
GREEN value IS 48 (19.14% from 255) = 28.40%
BLUE value IS 6 (2.73% from 255) = 3.55%
R=68.05%
G=28.40%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11548600.580.950.5523.1290.0823.73
Hex7330603A5F37175a18
Octal163606072137672713230
Binary11100111100001100111010101111111011110111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733006; }

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

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

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

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

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

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

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

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