Html Css Color HEX #4D321B Brown Bramble

📋 copy color: '#4D321B'

red 77 ◦ green 50 ◦ blue 27

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

Shades of Brown Bramble #4D321B

Tints of Brown Bramble #4D321B

RGB

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

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

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

R = 50%
G = 32.47%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.70

RGB Variations

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

Color information

#4D321B (or 0x4D321B) is known color: Brown Bramble. HEX triplet: 4D, 32 and 1B. RGB value is (77,50,27). Sum of RGB (Red+Green+Blue) = 77+50+27=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D321B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D321B is #B2CDE4. Grayscale: #373737. Windows color (decimal): -11718117 or 1782349. OLE color: 1782349.

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

Color convert

RGB 77 50 27 -
CMYK 0 0.35 0.65 0.70
HSL 27.6º 0.48% 0.2% -
HSV(B) 27.6º 0.65% 0.3% -
XYZ 4.4 3.94 1.57 -
YUV 55.45 111.95 143.37 -
System Red Green Blue C M Y K H S L
Decimal 77 50 27 0 0.35 0.65 0.70 27.6 0.48 0.2
Hex 4D 32 1B 0 23 41 46 1C 30 14
Octal 115 62 33 0 43 101 106 34 60 24
Binary 1001101 110010 11011 0 100011 1000001 1000110 11100 110000 10100

Color Harmonies of #4D321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D321B

Black with #4D321B

Text Example


Text Example

White with #4D321B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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