#4E3416

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

Shades of Brown Bramble #4E3416

Tints of Brown Bramble #4E3416

Color information

#4E3416 (or 0x4E3416) is unknown color: approx Brown Bramble. HEX triplet: 4E, 34 and 16. RGB value is (78,52,22). Sum of RGB (Red+Green+Blue) = 78+52+22=152 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.32% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3416 is #B1CBE9. Grayscale: #383838. Windows color (decimal): -11652074 or 1455182. OLE color: 1455182.

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

Color convert

RGB785222-
CMYK00.330.720.69
HSL32.14º56%19.61%-
HSV(B)32.14º71.79%30.59%-
XYZ4.514.131.32-
YUV56.35108.61143.44-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 51.32%
GREEN value IS 52 (20.70% from 255) = 34.21%
BLUE value IS 22 (8.98% from 255) = 14.47%
R=51.32%
G=34.21%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78522200.330.720.6932.145619.61
Hex4E34160214845203814
Octal1166426041110105407024
Binary10011101101001011001000011001000100010110000011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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