Html Css Color HEX #4D341B Brown Bramble

📋 copy color: '#4D341B'

red 77 ◦ green 52 ◦ blue 27

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

Shades of Brown Bramble #4D341B

Tints of Brown Bramble #4D341B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.33%

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

R = 49.36%
G = 33.33%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.70

RGB Variations

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

Color information

#4D341B (or 0x4D341B) is known color: Brown Bramble. HEX triplet: 4D, 34 and 1B. RGB value is (77,52,27). Sum of RGB (Red+Green+Blue) = 77+52+27=156 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.36% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 77 - color contains mainly: red. Hex color #4D341B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D341B is #B2CBE4. Grayscale: #383838. Windows color (decimal): -11717605 or 1782861. OLE color: 1782861.

HSL color Cylindrical-coordinate representation of color #4D341B: hue angle of 30º 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 #4D341B is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 52 27 -
CMYK 0 0.32 0.65 0.70
HSL 30º 0.48% 0.2% -
HSV(B) 30º 0.65% 0.3% -
XYZ 4.49 4.11 1.59 -
YUV 56.63 111.28 142.53 -
System Red Green Blue C M Y K H S L
Decimal 77 52 27 0 0.32 0.65 0.70 30 0.48 0.2
Hex 4D 34 1B 0 20 41 46 1E 30 14
Octal 115 64 33 0 40 101 106 36 60 24
Binary 1001101 110100 11011 0 100000 1000001 1000110 11110 110000 10100

Color Harmonies of #4D341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D341B

Black with #4D341B

Text Example


Text Example

White with #4D341B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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