#733034

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

Shades of Tamarillo #733034

Tints of Tamarillo #733034

Color information

#733034 (or 0x733034) is unknown color: approx Tamarillo. HEX triplet: 73, 30 and 34. RGB value is (115,48,52). Sum of RGB (Red+Green+Blue) = 115+48+52=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #733034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733034 is #8CCFCB. Grayscale: #444444. Windows color (decimal): -9228236 or 3420275. OLE color: 3420275.

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

Color convert

RGB1154852-
CMYK00.580.550.55
HSL356.42º41.1%31.96%-
HSV(B)356.42º58.26%45.1%-
XYZ8.756.013.95-
YUV68.49118.7161.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.49%
GREEN value IS 48 (19.14% from 255) = 22.33%
BLUE value IS 52 (20.70% from 255) = 24.19%
R=53.49%
G=22.33%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115485200.580.550.55356.4241.131.96
Hex73303403A37371642920
Octal163606407267675445140
Binary11100111100001101000111010110111110111101100100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733034; }

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

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

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

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

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

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

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

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