#4D272C

Color #4D272C Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heath #4D272C

Tints of Heath #4D272C

Color information

#4D272C (or 0x4D272C) is unknown color: approx Heath. HEX triplet: 4D, 27 and 2C. RGB value is (77,39,44). Sum of RGB (Red+Green+Blue) = 77+39+44=160 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.12% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 77 - color contains mainly: red. Hex color #4D272C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D272C is #B2D8D3. Grayscale: #323232. Windows color (decimal): -11720916 or 2893645. OLE color: 2893645.

HSL color Cylindrical-coordinate representation of color #4D272C: hue angle of 352.11º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D272C is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB773944-
CMYK00.490.430.70
HSL352.11º32.76%22.75%-
HSV(B)352.11º49.35%30.2%-
XYZ4.243.212.78-
YUV50.93124.09146.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 48.12%
GREEN value IS 39 (15.62% from 255) = 24.38%
BLUE value IS 44 (17.58% from 255) = 27.5%
R=48.12%
G=24.38%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77394400.490.430.70352.1132.7622.75
Hex4D272C0312B461602117
Octal1154754061531065404127
Binary10011011001111011000110001101011100011010110000010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D272C; }

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

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

<style>
 a { background-color: #4D272C; }

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

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

<style>
 span { border-color: #4D272C; }

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

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