Html Css Color HEX #4D331D Brown Bramble

📋 copy color: '#4D331D'

red 77 ◦ green 51 ◦ blue 29

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

Shades of Brown Bramble #4D331D

Tints of Brown Bramble #4D331D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.47%

R = 49.04%
G = 32.48%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.70

RGB Variations

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

Color information

#4D331D (or 0x4D331D) is known color: Brown Bramble. HEX triplet: 4D, 33 and 1D. RGB value is (77,51,29). Sum of RGB (Red+Green+Blue) = 77+51+29=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D331D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D331D is #B2CCE2. Grayscale: #383838. Windows color (decimal): -11717859 or 1913677. OLE color: 1913677.

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

Color convert

RGB 77 51 29 -
CMYK 0 0.34 0.62 0.70
HSL 27.5º 0.45% 0.21% -
HSV(B) 27.5º 0.62% 0.3% -
XYZ 4.47 4.03 1.71 -
YUV 56.27 112.61 142.79 -
System Red Green Blue C M Y K H S L
Decimal 77 51 29 0 0.34 0.62 0.70 27.5 0.45 0.21
Hex 4D 33 1D 0 22 3E 46 1C 2D 15
Octal 115 63 35 0 42 76 106 34 55 25
Binary 1001101 110011 11101 0 100010 111110 1000110 11100 101101 10101

Color Harmonies of #4D331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D331D

Black with #4D331D

Text Example


Text Example

White with #4D331D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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