#4E2D11

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

Shades of Brown Bramble #4E2D11

Tints of Brown Bramble #4E2D11

Color information

#4E2D11 (or 0x4E2D11) is unknown color: approx Brown Bramble. HEX triplet: 4E, 2D and 11. RGB value is (78,45,17). Sum of RGB (Red+Green+Blue) = 78+45+17=140 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.71% from 140); Green value is 45 (17.97% from 255 or 32.14% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2D11 is #B1D2EE. Grayscale: #333333. Windows color (decimal): -11653871 or 1125710. OLE color: 1125710.

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

Color convert

RGB784517-
CMYK00.420.780.69
HSL27.54º64.21%18.63%-
HSV(B)27.54º78.21%30.59%-
XYZ4.183.540.99-
YUV51.68108.43146.78-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 55.71%
GREEN value IS 45 (17.97% from 255) = 32.14%
BLUE value IS 17 (7.03% from 255) = 12.14%
R=55.71%
G=32.14%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78451700.420.780.6927.5464.2118.63
Hex4E2D1102A4E451c4013
Octal11655210521161053410023
Binary10011101011011000101010101001110100010111100100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,45,17); }

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

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

 a { background-color: rgb(78,45,17); }

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

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

 span { border-color: rgb(78,45,17); }

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