#4E301A

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

Shades of Brown Bramble #4E301A

Tints of Brown Bramble #4E301A

Color information

#4E301A (or 0x4E301A) is unknown color: approx Brown Bramble. HEX triplet: 4E, 30 and 1A. RGB value is (78,48,26). Sum of RGB (Red+Green+Blue) = 78+48+26=152 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.32% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 78 - color contains mainly: red. Hex color #4E301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E301A is #B1CFE5. Grayscale: #363636. Windows color (decimal): -11653094 or 1716302. OLE color: 1716302.

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

Color convert

RGB784826-
CMYK00.380.670.69
HSL25.38º50%20.39%-
HSV(B)25.38º66.67%30.59%-
XYZ4.393.811.48-
YUV54.46111.94144.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 51.32%
GREEN value IS 48 (19.14% from 255) = 31.58%
BLUE value IS 26 (10.55% from 255) = 17.11%
R=51.32%
G=31.58%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78482600.380.670.6925.385020.39
Hex4E301A0264345193214
Octal1166032046103105316224
Binary1001110110000110100100110100001110001011100111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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