Html Css Color HEX #4D341C Brown Bramble

📋 copy color: '#4D341C'

red 77 ◦ green 52 ◦ blue 28

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

Shades of Brown Bramble #4D341C

Tints of Brown Bramble #4D341C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.83%

R = 49.04%
G = 33.12%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#4D341C (or 0x4D341C) is known color: Brown Bramble. HEX triplet: 4D, 34 and 1C. RGB value is (77,52,28). Sum of RGB (Red+Green+Blue) = 77+52+28=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D341C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D341C is #B2CBE3. Grayscale: #383838. Windows color (decimal): -11717604 or 1848397. OLE color: 1848397.

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

Color convert

RGB 77 52 28 -
CMYK 0 0.32 0.64 0.70
HSL 29.39º 0.47% 0.21% -
HSV(B) 29.39º 0.64% 0.3% -
XYZ 4.5 4.12 1.66 -
YUV 56.74 111.78 142.45 -
System Red Green Blue C M Y K H S L
Decimal 77 52 28 0 0.32 0.64 0.70 29.39 0.47 0.21
Hex 4D 34 1C 0 20 40 46 1D 2F 15
Octal 115 64 34 0 40 100 106 35 57 25
Binary 1001101 110100 11100 0 100000 1000000 1000110 11101 101111 10101

Color Harmonies of #4D341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D341C

Black with #4D341C

Text Example


Text Example

White with #4D341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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