#733307

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

Shades of Peru Tan #733307

Tints of Peru Tan #733307

Color information

#733307 (or 0x733307) is unknown color: approx Peru Tan. HEX triplet: 73, 33 and 07. RGB value is (115,51,7). Sum of RGB (Red+Green+Blue) = 115+51+7=173 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.47% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 7 (3.12% from 255 or 4.05% from 173); Max value from RGB is 115 - color contains mainly: red. Hex color #733307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733307 is #8CCCF8. Grayscale: #414141. Windows color (decimal): -9227513 or 471923. OLE color: 471923.

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

Color convert

RGB115517-
CMYK00.560.940.55
HSL24.44º88.52%23.92%-
HSV(B)24.44º93.91%45.1%-
XYZ8.296.030.93-
YUV65.1295.2163.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 66.47%
GREEN value IS 51 (20.31% from 255) = 29.48%
BLUE value IS 7 (3.12% from 255) = 4.05%
R=66.47%
G=29.48%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11551700.560.940.5524.4488.5223.92
Hex733370385E37185918
Octal163637070136673013130
Binary11100111100111110111000101111011011111000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733307; }

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

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

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

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

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

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

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

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