#732A2C

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

Shades of Tamarillo #732A2C

Tints of Tamarillo #732A2C

Color information

#732A2C (or 0x732A2C) is unknown color: approx Tamarillo. HEX triplet: 73, 2A and 2C. RGB value is (115,42,44). Sum of RGB (Red+Green+Blue) = 115+42+44=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #732A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732A2C is #8CD5D3. Grayscale: #404040. Windows color (decimal): -9229780 or 2894451. OLE color: 2894451.

HSL color Cylindrical-coordinate representation of color #732A2C: hue angle of 358.36º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #732A2C is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB1154244-
CMYK00.630.620.55
HSL358.36º46.5%30.78%-
HSV(B)358.36º63.48%45.1%-
XYZ8.355.483-
YUV64.06116.68164.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.21%
GREEN value IS 42 (16.80% from 255) = 20.90%
BLUE value IS 44 (17.58% from 255) = 21.89%
R=57.21%
G=20.90%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115424400.630.620.55358.3646.530.78
Hex732A2C03F3E371662e1f
Octal163525407776675465637
Binary1110011101010101100011111111111011011110110011010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,42,44); }

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

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

 a { background-color: rgb(115,42,44); }

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

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

 span { border-color: rgb(115,42,44); }

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