#4E341A

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

Shades of Brown Bramble #4E341A

Tints of Brown Bramble #4E341A

Color information

#4E341A (or 0x4E341A) is unknown color: approx Brown Bramble. HEX triplet: 4E, 34 and 1A. RGB value is (78,52,26). Sum of RGB (Red+Green+Blue) = 78+52+26=156 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 78 - color contains mainly: red. Hex color #4E341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E341A is #B1CBE5. Grayscale: #383838. Windows color (decimal): -11652070 or 1717326. OLE color: 1717326.

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

Color convert

RGB785226-
CMYK00.330.670.69
HSL30º50%20.39%-
HSV(B)30º66.67%30.59%-
XYZ4.564.151.54-
YUV56.81110.61143.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 50%
GREEN value IS 52 (20.70% from 255) = 33.33%
BLUE value IS 26 (10.55% from 255) = 16.67%
R=50%
G=33.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78522600.330.670.69305020.39
Hex4E341A02143451e3214
Octal1166432041103105366224
Binary1001110110100110100100001100001110001011111011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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