#4D3014

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

Shades of Brown Bramble #4D3014

Tints of Brown Bramble #4D3014

Color information

#4D3014 (or 0x4D3014) is unknown color: approx Brown Bramble. HEX triplet: 4D, 30 and 14. RGB value is (77,48,20). Sum of RGB (Red+Green+Blue) = 77+48+20=145 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.10% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3014 is #B2CFEB. Grayscale: #353535. Windows color (decimal): -11718636 or 1323085. OLE color: 1323085.

HSL color Cylindrical-coordinate representation of color #4D3014: hue angle of 29.47º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D3014 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.70.

Color convert

RGB774820-
CMYK00.380.740.70
HSL29.47º58.76%19.02%-
HSV(B)29.47º74.03%30.2%-
XYZ4.243.741.16-
YUV53.48109.11144.78-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 53.10%
GREEN value IS 48 (19.14% from 255) = 33.10%
BLUE value IS 20 (8.20% from 255) = 13.79%
R=53.10%
G=33.10%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77482000.380.740.7029.4758.7619.02
Hex4D30140264A461d3b13
Octal1156024046112106357323
Binary1001101110000101000100110100101010001101110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,48,20); }

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

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

 a { background-color: rgb(77,48,20); }

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

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

 span { border-color: rgb(77,48,20); }

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