#4E3112

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

Shades of Brown Bramble #4E3112

Tints of Brown Bramble #4E3112

Color information

#4E3112 (or 0x4E3112) is unknown color: approx Brown Bramble. HEX triplet: 4E, 31 and 12. RGB value is (78,49,18). Sum of RGB (Red+Green+Blue) = 78+49+18=145 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.79% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3112 is #B1CEED. Grayscale: #363636. Windows color (decimal): -11652846 or 1192270. OLE color: 1192270.

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

Color convert

RGB784918-
CMYK00.370.770.69
HSL31º62.5%18.82%-
HSV(B)31º76.92%30.59%-
XYZ4.353.861.09-
YUV54.14107.61145.02-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 53.79%
GREEN value IS 49 (19.53% from 255) = 33.79%
BLUE value IS 18 (7.42% from 255) = 12.41%
R=53.79%
G=33.79%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.77
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78491800.370.770.693162.518.82
Hex4E31120254D451f3e13
Octal1166122045115105377623
Binary1001110110001100100100101100110110001011111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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