#752C32

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

Shades of Tamarillo #752C32

Tints of Tamarillo #752C32

Color information

#752C32 (or 0x752C32) is unknown color: approx Tamarillo. HEX triplet: 75, 2C and 32. RGB value is (117,44,50). Sum of RGB (Red+Green+Blue) = 117+44+50=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #752C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C32 is #8AD3CD. Grayscale: #424242. Windows color (decimal): -9098190 or 3288181. OLE color: 3288181.

HSL color Cylindrical-coordinate representation of color #752C32: hue angle of 355.07º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #752C32 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB1174450-
CMYK00.620.570.54
HSL355.07º45.34%31.57%-
HSV(B)355.07º62.39%45.88%-
XYZ8.815.813.68-
YUV66.51118.68164.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.45%
GREEN value IS 44 (17.58% from 255) = 20.85%
BLUE value IS 50 (19.92% from 255) = 23.70%
R=55.45%
G=20.85%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117445000.620.570.54355.0745.3431.57
Hex752C3203E39361632d20
Octal165546207671665435540
Binary11101011011001100100111110111001110110101100011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752C32; }

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

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

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

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

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

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

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

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