#74272C

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

Shades of Tamarillo #74272C

Tints of Tamarillo #74272C

Color information

#74272C (or 0x74272C) is unknown color: approx Tamarillo. HEX triplet: 74, 27 and 2C. RGB value is (116,39,44). Sum of RGB (Red+Green+Blue) = 116+39+44=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #74272C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74272C is #8BD8D3. Grayscale: #3E3E3E. Windows color (decimal): -9165012 or 2893684. OLE color: 2893684.

HSL color Cylindrical-coordinate representation of color #74272C: hue angle of 356.1º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74272C is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB1163944-
CMYK00.660.620.55
HSL356.1º49.68%30.39%-
HSV(B)356.1º66.38%45.49%-
XYZ8.385.352.97-
YUV62.59117.51166.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58.29%
GREEN value IS 39 (15.62% from 255) = 19.60%
BLUE value IS 44 (17.58% from 255) = 22.11%
R=58.29%
G=19.60%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116394400.660.620.55356.149.6830.39
Hex74272C0423E37164321e
Octal1644754010276675446236
Binary11101001001111011000100001011111011011110110010011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74272C; }

 p { color: rgb(116,39,44); }

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

<style>
 a { background-color: #74272C; }

 a { background-color: rgb(116,39,44); }

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

<style>
 span { border-color: #74272C; }

 span { border-color: rgb(116,39,44); }

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