#4D331E

Color #4D331E Brown Bramble (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Bramble #4D331E

Tints of Brown Bramble #4D331E

Color information

#4D331E (or 0x4D331E) is unknown color: approx 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

RGB775130-
CMYK00.340.610.70
HSL26.81º43.93%20.98%-
HSV(B)26.81º61.04%30.2%-
XYZ4.484.041.77-
YUV56.38113.11142.71-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77513000.340.610.7026.8143.9320.98
Hex4D331E0223D461b2c15
Octal115633604275106335425
Binary100110111001111110010001011110110001101101110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D331E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>