#4E2D14

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

Shades of Brown Bramble #4E2D14

Tints of Brown Bramble #4E2D14

Color information

#4E2D14 (or 0x4E2D14) is unknown color: approx Brown Bramble. HEX triplet: 4E, 2D and 14. RGB value is (78,45,20). Sum of RGB (Red+Green+Blue) = 78+45+20=143 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.55% from 143); Green value is 45 (17.97% from 255 or 31.47% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2D14 is #B1D2EB. Grayscale: #343434. Windows color (decimal): -11653868 or 1322318. OLE color: 1322318.

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

Color convert

RGB784520-
CMYK00.420.740.69
HSL25.86º59.18%19.22%-
HSV(B)25.86º74.36%30.59%-
XYZ4.213.551.12-
YUV52.02109.93146.53-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 54.55%
GREEN value IS 45 (17.97% from 255) = 31.47%
BLUE value IS 20 (8.20% from 255) = 13.99%
R=54.55%
G=31.47%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78452000.420.740.6925.8659.1819.22
Hex4E2D1402A4A451a3b13
Octal1165524052112105327323
Binary1001110101101101000101010100101010001011101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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