Html Css Color HEX #4D3113 Brown Bramble

📋 copy color: '#4D3113'

red 77 ◦ green 49 ◦ blue 19

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

Shades of Brown Bramble #4D3113

Tints of Brown Bramble #4D3113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.1%

R = 53.1%
G = 33.79%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.70

RGB Variations

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

Color information

#4D3113 (or 0x4D3113) is known color: Brown Bramble. HEX triplet: 4D, 31 and 13. RGB value is (77,49,19). Sum of RGB (Red+Green+Blue) = 77+49+19=145 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.10% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3113 is #B2CEEC. Grayscale: #363636. Windows color (decimal): -11718381 or 1257805. OLE color: 1257805.

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

Color convert

RGB 77 49 19 -
CMYK 0 0.36 0.75 0.70
HSL 31.03º 0.6% 0.19% -
HSV(B) 31.03º 0.75% 0.3% -
XYZ 4.28 3.82 1.13 -
YUV 53.95 108.28 144.44 -
System Red Green Blue C M Y K H S L
Decimal 77 49 19 0 0.36 0.75 0.70 31.03 0.6 0.19
Hex 4D 31 13 0 24 4B 46 1F 3C 13
Octal 115 61 23 0 44 113 106 37 74 23
Binary 1001101 110001 10011 0 100100 1001011 1000110 11111 111100 10011

Color Harmonies of #4D3113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3113

Black with #4D3113

Text Example


Text Example

White with #4D3113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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