#4D3112

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

Shades of Brown Bramble #4D3112

Tints of Brown Bramble #4D3112

Color information

#4D3112 (or 0x4D3112) is unknown color: approx Brown Bramble. HEX triplet: 4D, 31 and 12. RGB value is (77,49,18). Sum of RGB (Red+Green+Blue) = 77+49+18=144 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.47% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3112 is #B2CEED. Grayscale: #353535. Windows color (decimal): -11718382 or 1192269. OLE color: 1192269.

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

Color convert

RGB774918-
CMYK00.360.770.70
HSL31.53º62.11%18.63%-
HSV(B)31.53º76.62%30.2%-
XYZ4.273.821.08-
YUV53.84107.78144.52-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 53.47%
GREEN value IS 49 (19.53% from 255) = 34.03%
BLUE value IS 18 (7.42% from 255) = 12.5%
R=53.47%
G=34.03%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.77
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77491800.360.770.7031.5362.1118.63
Hex4D31120244D46203e13
Octal1156122044115106407623
Binary10011011100011001001001001001101100011010000011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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