#752E33

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

Shades of Tamarillo #752E33

Tints of Tamarillo #752E33

Color information

#752E33 (or 0x752E33) is unknown color: approx Tamarillo. HEX triplet: 75, 2E and 33. RGB value is (117,46,51). Sum of RGB (Red+Green+Blue) = 117+46+51=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #752E33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E33 is #8AD1CC. Grayscale: #434343. Windows color (decimal): -9097677 or 3354229. OLE color: 3354229.

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

Color convert

RGB1174651-
CMYK00.610.560.54
HSL355.77º43.56%31.96%-
HSV(B)355.77º60.68%45.88%-
XYZ8.915.973.82-
YUV67.8118.52163.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.67%
GREEN value IS 46 (18.36% from 255) = 21.50%
BLUE value IS 51 (20.31% from 255) = 23.83%
R=54.67%
G=21.50%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117465100.610.560.54355.7743.5631.96
Hex752E3303D38361642c20
Octal165566307570665445440
Binary11101011011101100110111101111000110110101100100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,46,51); }

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

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

 a { background-color: rgb(117,46,51); }

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

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

 span { border-color: rgb(117,46,51); }

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