#4E3216

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

Shades of Brown Bramble #4E3216

Tints of Brown Bramble #4E3216

Color information

#4E3216 (or 0x4E3216) is unknown color: approx Brown Bramble. HEX triplet: 4E, 32 and 16. RGB value is (78,50,22). Sum of RGB (Red+Green+Blue) = 78+50+22=150 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3216 is #B1CDE9. Grayscale: #373737. Windows color (decimal): -11652586 or 1454670. OLE color: 1454670.

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

Color convert

RGB785022-
CMYK00.360.720.69
HSL30º56%19.61%-
HSV(B)30º71.79%30.59%-
XYZ4.433.961.29-
YUV55.18109.28144.28-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 52%
GREEN value IS 50 (19.92% from 255) = 33.33%
BLUE value IS 22 (8.98% from 255) = 14.67%
R=52%
G=33.33%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78502200.360.720.69305619.61
Hex4E321602448451e3814
Octal1166226044110105367024
Binary1001110110010101100100100100100010001011111011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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