Html Css Color HEX #4D3111 Brown Bramble

📋 copy color: '#4D3111'

red 77 ◦ green 49 ◦ blue 17

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

Shades of Brown Bramble #4D3111

Tints of Brown Bramble #4D3111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.89%

R = 53.85%
G = 34.27%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.70

RGB Variations

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

Color information

#4D3111 (or 0x4D3111) is known color: Brown Bramble. HEX triplet: 4D, 31 and 11. RGB value is (77,49,17). Sum of RGB (Red+Green+Blue) = 77+49+17=143 (18% of max value = 765). Red value is 77 (30.47% from 255 or 53.85% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3111 is #B2CEEE. Grayscale: #353535. Windows color (decimal): -11718383 or 1126733. OLE color: 1126733.

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

Color convert

RGB 77 49 17 -
CMYK 0 0.36 0.78 0.70
HSL 32º 0.64% 0.18% -
HSV(B) 32º 0.78% 0.3% -
XYZ 4.26 3.81 1.04 -
YUV 53.72 107.28 144.6 -
System Red Green Blue C M Y K H S L
Decimal 77 49 17 0 0.36 0.78 0.70 32 0.64 0.18
Hex 4D 31 11 0 24 4E 46 20 40 12
Octal 115 61 21 0 44 116 106 40 100 22
Binary 1001101 110001 10001 0 100100 1001110 1000110 100000 1000000 10010

Color Harmonies of #4D3111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3111

Black with #4D3111

Text Example


Text Example

White with #4D3111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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