#752B2E

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

Shades of Tamarillo #752B2E

Tints of Tamarillo #752B2E

Color information

#752B2E (or 0x752B2E) is unknown color: approx Tamarillo. HEX triplet: 75, 2B and 2E. RGB value is (117,43,46). Sum of RGB (Red+Green+Blue) = 117+43+46=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #752B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752B2E is #8AD4D1. Grayscale: #414141. Windows color (decimal): -9098450 or 3025781. OLE color: 3025781.

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

Color convert

RGB1174346-
CMYK00.630.610.54
HSL357.57º46.25%31.37%-
HSV(B)357.57º63.25%45.88%-
XYZ8.695.713.23-
YUV65.47117.02164.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.80%
GREEN value IS 43 (17.19% from 255) = 20.87%
BLUE value IS 46 (18.36% from 255) = 22.33%
R=56.80%
G=20.87%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117434600.630.610.54357.5746.2531.37
Hex752B2E03F3D361662e1f
Octal165535607775665465637
Binary1110101101011101110011111111110111011010110011010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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