Html Css Color HEX #4D321A Brown Bramble

📋 copy color: '#4D321A'

red 77 ◦ green 50 ◦ blue 26

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

Shades of Brown Bramble #4D321A

Tints of Brown Bramble #4D321A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.99%

R = 50.33%
G = 32.68%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#4D321A (or 0x4D321A) is known color: Brown Bramble. HEX triplet: 4D, 32 and 1A. RGB value is (77,50,26). Sum of RGB (Red+Green+Blue) = 77+50+26=153 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.33% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 77 - color contains mainly: red. Hex color #4D321A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D321A is #B2CDE5. Grayscale: #373737. Windows color (decimal): -11718118 or 1716813. OLE color: 1716813.

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

Color convert

RGB 77 50 26 -
CMYK 0 0.35 0.66 0.70
HSL 28.24º 0.5% 0.2% -
HSV(B) 28.24º 0.66% 0.3% -
XYZ 4.39 3.93 1.51 -
YUV 55.34 111.45 143.45 -
System Red Green Blue C M Y K H S L
Decimal 77 50 26 0 0.35 0.66 0.70 28.24 0.5 0.2
Hex 4D 32 1A 0 23 42 46 1C 32 14
Octal 115 62 32 0 43 102 106 34 62 24
Binary 1001101 110010 11010 0 100011 1000010 1000110 11100 110010 10100

Color Harmonies of #4D321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D321A

Black with #4D321A

Text Example


Text Example

White with #4D321A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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