#4E2C12

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

Shades of Brown Bramble #4E2C12

Tints of Brown Bramble #4E2C12

Color information

#4E2C12 (or 0x4E2C12) is unknown color: approx Brown Bramble. HEX triplet: 4E, 2C and 12. RGB value is (78,44,18). Sum of RGB (Red+Green+Blue) = 78+44+18=140 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.71% from 140); Green value is 44 (17.58% from 255 or 31.43% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2C12 is #B1D3ED. Grayscale: #333333. Windows color (decimal): -11654126 or 1190990. OLE color: 1190990.

HSL color Cylindrical-coordinate representation of color #4E2C12: hue angle of 26º 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 #4E2C12 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.69.

Color convert

RGB784418-
CMYK00.440.770.69
HSL26º62.5%18.82%-
HSV(B)26º76.92%30.59%-
XYZ4.153.461.02-
YUV51.2109.26147.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 55.71%
GREEN value IS 44 (17.58% from 255) = 31.43%
BLUE value IS 18 (7.42% from 255) = 12.86%
R=55.71%
G=31.43%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.77
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78441800.440.770.692662.518.82
Hex4E2C1202C4D451a3e13
Octal1165422054115105327623
Binary1001110101100100100101100100110110001011101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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