#753034

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

Shades of Tamarillo #753034

Tints of Tamarillo #753034

Color information

#753034 (or 0x753034) is unknown color: approx Tamarillo. HEX triplet: 75, 30 and 34. RGB value is (117,48,52). Sum of RGB (Red+Green+Blue) = 117+48+52=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #753034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753034 is #8ACFCB. Grayscale: #454545. Windows color (decimal): -9097164 or 3420277. OLE color: 3420277.

HSL color Cylindrical-coordinate representation of color #753034: hue angle of 356.52º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #753034 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB1174852-
CMYK00.590.560.54
HSL356.52º41.82%32.35%-
HSV(B)356.52º58.97%45.88%-
XYZ9.016.143.96-
YUV69.09118.36162.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.92%
GREEN value IS 48 (19.14% from 255) = 22.12%
BLUE value IS 52 (20.70% from 255) = 23.96%
R=53.92%
G=22.12%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117485200.590.560.54356.5241.8232.35
Hex75303403B38361652a20
Octal165606407370665455240
Binary11101011100001101000111011111000110110101100101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753034; }

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

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

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

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

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

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

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

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