#752932

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

Shades of Tamarillo #752932

Tints of Tamarillo #752932

Color information

#752932 (or 0x752932) is unknown color: approx Tamarillo. HEX triplet: 75, 29 and 32. RGB value is (117,41,50). Sum of RGB (Red+Green+Blue) = 117+41+50=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #752932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752932 is #8AD6CD. Grayscale: #404040. Windows color (decimal): -9098958 or 3287413. OLE color: 3287413.

HSL color Cylindrical-coordinate representation of color #752932: hue angle of 352.89º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #752932 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB1174150-
CMYK00.650.570.54
HSL352.89º48.1%30.98%-
HSV(B)352.89º64.96%45.88%-
XYZ8.75.63.64-
YUV64.75119.68165.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.25%
GREEN value IS 41 (16.41% from 255) = 19.71%
BLUE value IS 50 (19.92% from 255) = 24.04%
R=56.25%
G=19.71%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117415000.650.570.54352.8948.130.98
Hex7529320413936161301f
Octal1655162010171665416037
Binary11101011010011100100100000111100111011010110000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752932; }

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

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

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

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

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

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

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

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