#4E341C

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

Shades of Brown Bramble #4E341C

Tints of Brown Bramble #4E341C

Color information

#4E341C (or 0x4E341C) is unknown color: approx Brown Bramble. HEX triplet: 4E, 34 and 1C. RGB value is (78,52,28). Sum of RGB (Red+Green+Blue) = 78+52+28=158 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.37% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 78 - color contains mainly: red. Hex color #4E341C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E341C is #B1CBE3. Grayscale: #393939. Windows color (decimal): -11652068 or 1848398. OLE color: 1848398.

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

Color convert

RGB785228-
CMYK00.330.640.69
HSL28.8º47.17%20.78%-
HSV(B)28.8º64.1%30.59%-
XYZ4.584.161.66-
YUV57.04111.61142.95-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 49.37%
GREEN value IS 52 (20.70% from 255) = 32.91%
BLUE value IS 28 (11.33% from 255) = 17.72%
R=49.37%
G=32.91%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78522800.330.640.6928.847.1720.78
Hex4E341C02140451d2f15
Octal1166434041100105355725
Binary1001110110100111000100001100000010001011110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E341C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,52,28); }

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

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

 a { background-color: rgb(78,52,28); }

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

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

 span { border-color: rgb(78,52,28); }

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