#702E32

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

Shades of Tamarillo #702E32

Tints of Tamarillo #702E32

Color information

#702E32 (or 0x702E32) is unknown color: approx Tamarillo. HEX triplet: 70, 2E and 32. RGB value is (112,46,50). Sum of RGB (Red+Green+Blue) = 112+46+50=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #702E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E32 is #8FD1CD. Grayscale: #424242. Windows color (decimal): -9425358 or 3288688. OLE color: 3288688.

HSL color Cylindrical-coordinate representation of color #702E32: hue angle of 356.36º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #702E32 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB1124650-
CMYK00.590.550.56
HSL356.36º41.77%30.98%-
HSV(B)356.36º58.93%43.92%-
XYZ8.235.633.67-
YUV66.19118.87160.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.85%
GREEN value IS 46 (18.36% from 255) = 22.12%
BLUE value IS 50 (19.92% from 255) = 24.04%
R=53.85%
G=22.12%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112465000.590.550.56356.3641.7730.98
Hex702E3203B37381642a1f
Octal160566207367705445237
Binary1110000101110110010011101111011111100010110010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702E32; }

 p { color: rgb(112,46,50); }

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

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

 a { background-color: rgb(112,46,50); }

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

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

 span { border-color: rgb(112,46,50); }

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