#4E321A

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

Shades of Brown Bramble #4E321A

Tints of Brown Bramble #4E321A

Color information

#4E321A (or 0x4E321A) is unknown color: approx Brown Bramble. HEX triplet: 4E, 32 and 1A. RGB value is (78,50,26). Sum of RGB (Red+Green+Blue) = 78+50+26=154 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.65% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 78 - color contains mainly: red. Hex color #4E321A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E321A is #B1CDE5. Grayscale: #373737. Windows color (decimal): -11652582 or 1716814. OLE color: 1716814.

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

Color convert

RGB785026-
CMYK00.360.670.69
HSL27.69º50%20.39%-
HSV(B)27.69º66.67%30.59%-
XYZ4.473.981.51-
YUV55.64111.28143.95-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 50.65%
GREEN value IS 50 (19.92% from 255) = 32.47%
BLUE value IS 26 (10.55% from 255) = 16.88%
R=50.65%
G=32.47%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78502600.360.670.6927.695020.39
Hex4E321A02443451c3214
Octal1166232044103105346224
Binary1001110110010110100100100100001110001011110011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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