#4D3031

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

Shades of Heath #4D3031

Tints of Heath #4D3031

Color information

#4D3031 (or 0x4D3031) is unknown color: approx Heath. HEX triplet: 4D, 30 and 31. RGB value is (77,48,49). Sum of RGB (Red+Green+Blue) = 77+48+49=174 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44.25% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3031 is #B2CFCE. Grayscale: #383838. Windows color (decimal): -11718607 or 3223629. OLE color: 3223629.

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

Color convert

RGB774849-
CMYK00.380.360.70
HSL357.93º23.2%24.51%-
HSV(B)357.93º37.66%30.2%-
XYZ4.673.913.41-
YUV56.78123.61142.42-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 44.25%
GREEN value IS 48 (19.14% from 255) = 27.59%
BLUE value IS 49 (19.53% from 255) = 28.16%
R=44.25%
G=27.59%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77484900.380.360.70357.9323.224.51
Hex4D303102624461661719
Octal1156061046441065462731
Binary1001101110000110001010011010010010001101011001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,48,49); }

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

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

 a { background-color: rgb(77,48,49); }

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

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

 span { border-color: rgb(77,48,49); }

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