#733207

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

Shades of Peru Tan #733207

Tints of Peru Tan #733207

Color information

#733207 (or 0x733207) is unknown color: approx Peru Tan. HEX triplet: 73, 32 and 07. RGB value is (115,50,7). Sum of RGB (Red+Green+Blue) = 115+50+7=172 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.86% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 115 - color contains mainly: red. Hex color #733207 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733207 is #8CCDF8. Grayscale: #404040. Windows color (decimal): -9227769 or 471667. OLE color: 471667.

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

Color convert

RGB115507-
CMYK00.570.940.55
HSL23.89º88.52%23.92%-
HSV(B)23.89º93.91%45.1%-
XYZ8.255.940.91-
YUV64.5395.53164-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 66.86%
GREEN value IS 50 (19.92% from 255) = 29.07%
BLUE value IS 7 (3.12% from 255) = 4.07%
R=66.86%
G=29.07%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11550700.570.940.5523.8988.5223.92
Hex733270395E37185918
Octal163627071136673013130
Binary11100111100101110111001101111011011111000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733207; }

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

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

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

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

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

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

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

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