#4E331A

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

Shades of Brown Bramble #4E331A

Tints of Brown Bramble #4E331A

Color information

#4E331A (or 0x4E331A) is unknown color: approx Brown Bramble. HEX triplet: 4E, 33 and 1A. RGB value is (78,51,26). Sum of RGB (Red+Green+Blue) = 78+51+26=155 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.32% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 78 - color contains mainly: red. Hex color #4E331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E331A is #B1CCE5. Grayscale: #383838. Windows color (decimal): -11652326 or 1717070. OLE color: 1717070.

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

Color convert

RGB785126-
CMYK00.350.670.69
HSL28.85º50%20.39%-
HSV(B)28.85º66.67%30.59%-
XYZ4.514.061.52-
YUV56.22110.95143.53-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 50.32%
GREEN value IS 51 (20.31% from 255) = 32.90%
BLUE value IS 26 (10.55% from 255) = 16.77%
R=50.32%
G=32.90%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78512600.350.670.6928.855020.39
Hex4E331A02343451d3214
Octal1166332043103105356224
Binary1001110110011110100100011100001110001011110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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