#4D3215

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

Shades of Brown Bramble #4D3215

Tints of Brown Bramble #4D3215

Color information

#4D3215 (or 0x4D3215) is unknown color: approx Brown Bramble. HEX triplet: 4D, 32 and 15. RGB value is (77,50,21). Sum of RGB (Red+Green+Blue) = 77+50+21=148 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.03% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3215 is #B2CDEA. Grayscale: #363636. Windows color (decimal): -11718123 or 1389133. OLE color: 1389133.

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

Color convert

RGB775021-
CMYK00.350.730.70
HSL31.07º57.14%19.22%-
HSV(B)31.07º72.73%30.2%-
XYZ4.343.911.24-
YUV54.77108.95143.86-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 52.03%
GREEN value IS 50 (19.92% from 255) = 33.78%
BLUE value IS 21 (8.59% from 255) = 14.19%
R=52.03%
G=33.78%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77502100.350.730.7031.0757.1419.22
Hex4D321502349461f3913
Octal1156225043111106377123
Binary1001101110010101010100011100100110001101111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,50,21); }

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

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

 a { background-color: rgb(77,50,21); }

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

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

 span { border-color: rgb(77,50,21); }

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