Html Css Color HEX #4D331E Brown Bramble

📋 copy color: '#4D331E'

red 77 ◦ green 51 ◦ blue 30

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

Shades of Brown Bramble #4D331E

Tints of Brown Bramble #4D331E

RGB

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

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

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

R = 48.73%
G = 32.28%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.70

RGB Variations

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

Color information

#4D331E (or 0x4D331E) is known color: Brown Bramble. HEX triplet: 4D, 33 and 1E. RGB value is (77,51,30). Sum of RGB (Red+Green+Blue) = 77+51+30=158 (20% of max value = 765). Red value is 77 (30.47% from 255 or 48.73% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 77 - color contains mainly: red. Hex color #4D331E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D331E is #B2CCE1. Grayscale: #383838. Windows color (decimal): -11717858 or 1979213. OLE color: 1979213.

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

Color convert

RGB 77 51 30 -
CMYK 0 0.34 0.61 0.70
HSL 26.81º 0.44% 0.21% -
HSV(B) 26.81º 0.61% 0.3% -
XYZ 4.48 4.04 1.77 -
YUV 56.38 113.11 142.71 -
System Red Green Blue C M Y K H S L
Decimal 77 51 30 0 0.34 0.61 0.70 26.81 0.44 0.21
Hex 4D 33 1E 0 22 3D 46 1B 2C 15
Octal 115 63 36 0 42 75 106 33 54 25
Binary 1001101 110011 11110 0 100010 111101 1000110 11011 101100 10101

Color Harmonies of #4D331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D331E

Black with #4D331E

Text Example


Text Example

White with #4D331E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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