Html Css Color HEX #4D321C Brown Bramble

📋 copy color: '#4D321C'

red 77 ◦ green 50 ◦ blue 28

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

Shades of Brown Bramble #4D321C

Tints of Brown Bramble #4D321C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.26%

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

R = 49.68%
G = 32.26%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#4D321C (or 0x4D321C) is known color: Brown Bramble. HEX triplet: 4D, 32 and 1C. RGB value is (77,50,28). Sum of RGB (Red+Green+Blue) = 77+50+28=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D321C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D321C is #B2CDE3. Grayscale: #373737. Windows color (decimal): -11718116 or 1847885. OLE color: 1847885.

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

Color convert

RGB 77 50 28 -
CMYK 0 0.35 0.64 0.70
HSL 26.94º 0.47% 0.21% -
HSV(B) 26.94º 0.64% 0.3% -
XYZ 4.41 3.94 1.63 -
YUV 55.57 112.45 143.29 -
System Red Green Blue C M Y K H S L
Decimal 77 50 28 0 0.35 0.64 0.70 26.94 0.47 0.21
Hex 4D 32 1C 0 23 40 46 1B 2F 15
Octal 115 62 34 0 43 100 106 33 57 25
Binary 1001101 110010 11100 0 100011 1000000 1000110 11011 101111 10101

Color Harmonies of #4D321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D321C

Black with #4D321C

Text Example


Text Example

White with #4D321C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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