Html Css Color HEX #4D311B Brown Bramble

📋 copy color: '#4D311B'

red 77 ◦ green 49 ◦ blue 27

#4D311B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Bramble #4D311B

Tints of Brown Bramble #4D311B

RGB

 RED value IS 77 (30.47% from 255) = 50.33%

 GREEN value IS 49 (19.53% from 255) = 32.03%

 BLUE value IS 27 (10.94% from 255) = 17.65%

R = 50.33%
G = 32.03%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.70

RGB Variations

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

Color information

#4D311B (or 0x4D311B) is known color: Brown Bramble. HEX triplet: 4D, 31 and 1B. RGB value is (77,49,27). Sum of RGB (Red+Green+Blue) = 77+49+27=153 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.33% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 77 - color contains mainly: red. Hex color #4D311B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D311B is #B2CEE4. Grayscale: #363636. Windows color (decimal): -11718373 or 1782093. OLE color: 1782093.

HSL color Cylindrical-coordinate representation of color #4D311B: hue angle of 26.4º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D311B is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 49 27 -
CMYK 0 0.36 0.65 0.70
HSL 26.4º 0.48% 0.2% -
HSV(B) 26.4º 0.65% 0.3% -
XYZ 4.36 3.85 1.55 -
YUV 54.86 112.28 143.79 -
System Red Green Blue C M Y K H S L
Decimal 77 49 27 0 0.36 0.65 0.70 26.4 0.48 0.2
Hex 4D 31 1B 0 24 41 46 1A 30 14
Octal 115 61 33 0 44 101 106 32 60 24
Binary 1001101 110001 11011 0 100100 1000001 1000110 11010 110000 10100

Color Harmonies of #4D311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D311B

Black with #4D311B

Text Example


Text Example

White with #4D311B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,49,27); }

 H1.HeaderClassName
 {
   color: #4D311B;
 }
 .AnyTagClassName
 {
   color: #4D311B;
 }
</style>

background-color css

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

 a { background-color: rgb(77,49,27); }

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

border-color css

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

 span { border-color: rgb(77,49,27); }

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