#4D2C2E

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

Shades of Heath #4D2C2E

Tints of Heath #4D2C2E

Color information

#4D2C2E (or 0x4D2C2E) is unknown color: approx Heath. HEX triplet: 4D, 2C and 2E. RGB value is (77,44,46). Sum of RGB (Red+Green+Blue) = 77+44+46=167 (22% of max value = 765). Red value is 77 (30.47% from 255 or 46.11% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2C2E is #B2D3D1. Grayscale: #363636. Windows color (decimal): -11719634 or 3025997. OLE color: 3025997.

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

Color convert

RGB774446-
CMYK00.430.400.70
HSL356.36º27.27%23.73%-
HSV(B)356.36º42.86%30.2%-
XYZ4.453.583.04-
YUV54.1123.43144.34-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 46.11%
GREEN value IS 44 (17.58% from 255) = 26.35%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=46.11%
G=26.35%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77444600.430.400.70356.3627.2723.73
Hex4D2C2E02B28461641b18
Octal1155456053501065443330
Binary1001101101100101110010101110100010001101011001001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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