#4E3013

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

Shades of Brown Bramble #4E3013

Tints of Brown Bramble #4E3013

Color information

#4E3013 (or 0x4E3013) is unknown color: approx Brown Bramble. HEX triplet: 4E, 30 and 13. RGB value is (78,48,19). Sum of RGB (Red+Green+Blue) = 78+48+19=145 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.79% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3013 is #B1CFEC. Grayscale: #353535. Windows color (decimal): -11653101 or 1257550. OLE color: 1257550.

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

Color convert

RGB784819-
CMYK00.380.760.69
HSL29.49º60.82%19.02%-
HSV(B)29.49º75.64%30.59%-
XYZ4.323.781.12-
YUV53.66108.44145.36-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 53.79%
GREEN value IS 48 (19.14% from 255) = 33.10%
BLUE value IS 19 (7.81% from 255) = 13.10%
R=53.79%
G=33.10%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78481900.380.760.6929.4960.8219.02
Hex4E30130264C451d3d13
Octal1166023046114105357523
Binary1001110110000100110100110100110010001011110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,48,19); }

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

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

 a { background-color: rgb(78,48,19); }

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

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

 span { border-color: rgb(78,48,19); }

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