Html Css Color HEX #4D331B Brown Bramble

📋 copy color: '#4D331B'

red 77 ◦ green 51 ◦ blue 27

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

Shades of Brown Bramble #4D331B

Tints of Brown Bramble #4D331B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.9%

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

R = 49.68%
G = 32.9%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.70

RGB Variations

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

Color information

#4D331B (or 0x4D331B) is known color: Brown Bramble. HEX triplet: 4D, 33 and 1B. RGB value is (77,51,27). Sum of RGB (Red+Green+Blue) = 77+51+27=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D331B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D331B is #B2CCE4. Grayscale: #383838. Windows color (decimal): -11717861 or 1782605. OLE color: 1782605.

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

Color convert

RGB 77 51 27 -
CMYK 0 0.34 0.65 0.70
HSL 28.8º 0.48% 0.2% -
HSV(B) 28.8º 0.65% 0.3% -
XYZ 4.44 4.02 1.58 -
YUV 56.04 111.61 142.95 -
System Red Green Blue C M Y K H S L
Decimal 77 51 27 0 0.34 0.65 0.70 28.8 0.48 0.2
Hex 4D 33 1B 0 22 41 46 1D 30 14
Octal 115 63 33 0 42 101 106 35 60 24
Binary 1001101 110011 11011 0 100010 1000001 1000110 11101 110000 10100

Color Harmonies of #4D331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D331B

Black with #4D331B

Text Example


Text Example

White with #4D331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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