#732E30

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

Shades of Tamarillo #732E30

Tints of Tamarillo #732E30

Color information

#732E30 (or 0x732E30) is unknown color: approx Tamarillo. HEX triplet: 73, 2E and 30. RGB value is (115,46,48). Sum of RGB (Red+Green+Blue) = 115+46+48=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #732E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732E30 is #8CD1CF. Grayscale: #424242. Windows color (decimal): -9228752 or 3157619. OLE color: 3157619.

HSL color Cylindrical-coordinate representation of color #732E30: hue angle of 358.26º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #732E30 is Cyan = 0, Magento = 0.6, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1154648-
CMYK00.60.580.55
HSL358.26º42.86%31.57%-
HSV(B)358.26º60%45.1%-
XYZ8.585.813.47-
YUV66.86117.36162.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.02%
GREEN value IS 46 (18.36% from 255) = 22.01%
BLUE value IS 48 (19.14% from 255) = 22.97%
R=55.02%
G=22.01%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115464800.60.580.55358.2642.8631.57
Hex732E3003C3A371662b20
Octal163566007472675465340
Binary11100111011101100000111100111010110111101100110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732E30; }

 p { color: rgb(115,46,48); }

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

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

 a { background-color: rgb(115,46,48); }

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

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

 span { border-color: rgb(115,46,48); }

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