#753032

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

Shades of Tamarillo #753032

Tints of Tamarillo #753032

Color information

#753032 (or 0x753032) is unknown color: approx Tamarillo. HEX triplet: 75, 30 and 32. RGB value is (117,48,50). Sum of RGB (Red+Green+Blue) = 117+48+50=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #753032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753032 is #8ACFCD. Grayscale: #444444. Windows color (decimal): -9097166 or 3289205. OLE color: 3289205.

HSL color Cylindrical-coordinate representation of color #753032: hue angle of 358.26º 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 #753032 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB1174850-
CMYK00.590.570.54
HSL358.26º41.82%32.35%-
HSV(B)358.26º58.97%45.88%-
XYZ8.976.133.73-
YUV68.86117.36162.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.42%
GREEN value IS 48 (19.14% from 255) = 22.33%
BLUE value IS 50 (19.92% from 255) = 23.26%
R=54.42%
G=22.33%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117485000.590.570.54358.2641.8232.35
Hex75303203B39361662a20
Octal165606207371665465240
Binary11101011100001100100111011111001110110101100110101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753032; }

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

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

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

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

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

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

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

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