#4D2C2D

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

Shades of Heath #4D2C2D

Tints of Heath #4D2C2D

Color information

#4D2C2D (or 0x4D2C2D) is unknown color: approx Heath. HEX triplet: 4D, 2C and 2D. RGB value is (77,44,45). Sum of RGB (Red+Green+Blue) = 77+44+45=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2C2D is #B2D3D2. Grayscale: #363636. Windows color (decimal): -11719635 or 2960461. OLE color: 2960461.

HSL color Cylindrical-coordinate representation of color #4D2C2D: hue angle of 358.18º 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 #4D2C2D is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB774445-
CMYK00.430.420.70
HSL358.18º27.27%23.73%-
HSV(B)358.18º42.86%30.2%-
XYZ4.433.572.94-
YUV53.98122.93144.42-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 46.39%
GREEN value IS 44 (17.58% from 255) = 26.51%
BLUE value IS 45 (17.97% from 255) = 27.11%
R=46.39%
G=26.51%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77444500.430.420.70358.1827.2723.73
Hex4D2C2D02B2A461661b18
Octal1155455053521065463330
Binary1001101101100101101010101110101010001101011001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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