#4D321E

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

Shades of Brown Bramble #4D321E

Tints of Brown Bramble #4D321E

Color information

#4D321E (or 0x4D321E) is unknown color: approx Brown Bramble. HEX triplet: 4D, 32 and 1E. RGB value is (77,50,30). Sum of RGB (Red+Green+Blue) = 77+50+30=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D321E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D321E is #B2CDE1. Grayscale: #373737. Windows color (decimal): -11718114 or 1978957. OLE color: 1978957.

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

Color convert

RGB775030-
CMYK00.350.610.70
HSL25.53º43.93%20.98%-
HSV(B)25.53º61.04%30.2%-
XYZ4.443.951.76-
YUV55.79113.45143.13-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 49.04%
GREEN value IS 50 (19.92% from 255) = 31.85%
BLUE value IS 30 (12.11% from 255) = 19.11%
R=49.04%
G=31.85%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77503000.350.610.7025.5343.9320.98
Hex4D321E0233D461a2c15
Octal115623604375106325425
Binary100110111001011110010001111110110001101101010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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