#733B41

Color #733B41 Tosca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tosca #733B41

Tints of Tosca #733B41

Color information

#733B41 (or 0x733B41) is unknown color: approx Tosca. HEX triplet: 73, 3B and 41. RGB value is (115,59,65). Sum of RGB (Red+Green+Blue) = 115+59+65=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 65 (25.78% from 255 or 27.20% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #733B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733B41 is #8CC4BE. Grayscale: #4C4C4C. Windows color (decimal): -9225407 or 4275059. OLE color: 4275059.

HSL color Cylindrical-coordinate representation of color #733B41: hue angle of 353.57º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #733B41 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB1155965-
CMYK00.490.430.55
HSL353.57º32.18%34.12%-
HSV(B)353.57º48.7%45.1%-
XYZ9.597.155.88-
YUV76.43121.55155.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.12%
GREEN value IS 59 (23.44% from 255) = 24.69%
BLUE value IS 65 (25.78% from 255) = 27.20%
R=48.12%
G=24.69%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115596500.490.430.55353.5732.1834.12
Hex733B410312B371622022
Octal1637310106153675424042
Binary111001111101110000010110001101011110111101100010100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733B41; }

 p { color: rgb(115,59,65); }

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

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

 a { background-color: rgb(115,59,65); }

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

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

 span { border-color: rgb(115,59,65); }

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