Html Css Color HEX #4D321E Brown Bramble

📋 copy color: '#4D321E'

red 77 ◦ green 50 ◦ blue 30

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

Shades of Brown Bramble #4D321E

Tints of Brown Bramble #4D321E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.11%

R = 49.04%
G = 31.85%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.70

RGB Variations

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

Color information

#4D321E (or 0x4D321E) is known color: Brown Bramble. HEX triplet: 4D, 32 and 1E. RGB value is (77,50,30). Sum of RGB (Red+Green+Blue) = 77+50+30=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D321E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D321E is #B2CDE1. Grayscale: #373737. Windows color (decimal): -11718114 or 1978957. OLE color: 1978957.

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

Color convert

RGB 77 50 30 -
CMYK 0 0.35 0.61 0.70
HSL 25.53º 0.44% 0.21% -
HSV(B) 25.53º 0.61% 0.3% -
XYZ 4.44 3.95 1.76 -
YUV 55.79 113.45 143.13 -
System Red Green Blue C M Y K H S L
Decimal 77 50 30 0 0.35 0.61 0.70 25.53 0.44 0.21
Hex 4D 32 1E 0 23 3D 46 1A 2C 15
Octal 115 62 36 0 43 75 106 32 54 25
Binary 1001101 110010 11110 0 100011 111101 1000110 11010 101100 10101

Color Harmonies of #4D321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D321E

Black with #4D321E

Text Example


Text Example

White with #4D321E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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